Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override int ActionButtonIndex { get; set; }

Property Value

Type Description
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