Skip to main content
All docs
V26.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.v26.1.dll

    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