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

XtraInputBox.ButtonsAlignment Property

Gets or sets whether the buttons are aligned on the left, right, or in the center.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public static HorizontalAlignment ButtonsAlignment { get; set; }

Property Value

Type Description
HorizontalAlignment

A value the specifies whether the buttons are aligned on the left, right, or in the center.

See Also