Skip to main content
All docs
V24.1

RepositoryItemDateTimeOffsetEdit.ActionButtonIndex Property

If you add custom buttons to the Buttons collection, this property allows you to assign one of these buttons to open and close the editor drop-down menu. See the RepositoryItemPopupBase.ActionButtonIndex property for more details.

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 index of a button inside the Buttons collection.

See Also