Back to Devexpress

XtraBaseArgs.ButtonPadding Property

windowsforms-devexpress-dot-xtraeditors-dot-xtrabaseargs-32bf722d.md

latest1.2 KB
Original Source

XtraBaseArgs.ButtonPadding Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public Padding ButtonPadding { get; set; }
vb
Public Property ButtonPadding As Padding

Property Value

TypeDescription
Padding

The button padding.

|

Remarks

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

See Also

XtraBaseArgs Class

XtraBaseArgs Members

DevExpress.XtraEditors Namespace