Back to Devexpress

XtraMessageBox.ButtonsAlignment Property

windowsforms-devexpress-dot-xtraeditors-dot-xtramessagebox-15189ea8.md

latest1.5 KB
Original Source

XtraMessageBox.ButtonsAlignment Property

Gets or sets whether message box buttons are center, left or right aligned. This is a static (Shared in VB) property.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public static HorizontalAlignment ButtonsAlignment { get; set; }
vb
Public Shared Property ButtonsAlignment As HorizontalAlignment

Property Value

TypeDescription
HorizontalAlignment

A HorizontalAlignment enumeration value, such as Center , Left or Right , that specifies how message box buttons are aligned. The default is Center.

|

See Also

XtraMessageBox

XtraMessageBox Class

XtraMessageBox Members

DevExpress.XtraEditors Namespace