Skip to main content
A newer version of this page is available. .

XtraBaseArgs.ButtonPadding Property

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

Namespace: DevExpress.XtraEditors

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