Back to Devexpress

RepositoryItemBaseSpinEdit.ActionButtonIndex Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitembasespinedit-462895d6.md

latest1.8 KB
Original Source

RepositoryItemBaseSpinEdit.ActionButtonIndex Property

Gets or sets the index of a button within the button collection which will open the editor’s dropdown window.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override int ActionButtonIndex { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property ActionButtonIndex As Integer

Property Value

TypeDescription
Int32

An Int32 value specifying the index of a button within the button collection which will open the editor’s dropdown window. The default is 0.

|

Remarks

This property is supported for editors that provide a dropdown window.

See Also

Buttons

ShowDropDown

RepositoryItemBaseSpinEdit Class

RepositoryItemBaseSpinEdit Members

DevExpress.XtraEditors.Repository Namespace