XtraBaseArgs.ButtonPadding Property
In This Article
Gets or sets the padding for buttons of this message or dialog.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#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