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

RepositoryItemTimeEdit.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.1.dll

Declaration

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

See RepositoryItemPopupBase.ActionButtonIndex to learn more.

See Also