Skip to main content

XtraBaseArgs.ButtonPadding Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.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