Skip to main content
All docs
V26.1
  • XtraBaseArgs.ButtonPadding Property

    Gets or sets the padding for buttons of this message or dialog.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v26.1.dll

    Declaration

    public Padding ButtonPadding { get; set; }

    Property Value

    Type Description
    Padding

    The button padding.

    Remarks

    Modify the XtraBaseArgs.Buttons array to select which buttons this dialog or message should display.

    See Also