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

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

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    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