Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

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