Skip to main content
A newer version of this page is available. .

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

Declaration

[Browsable(false)]
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