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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(true)]
[EditorBrowsable(EditorBrowsableState.Always)]
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