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

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.v19.2.dll

Declaration

public static HorizontalAlignment ButtonsAlignment { get; set; }

Property Value

Type Description
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