Skip to main content
A newer version of this page is available. .
All docs
V23.1

DialogDisplayOptions.HorizontalAlignment Property

Returns the Column Chooser’s horizontal alignment.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public HorizontalAlignment HorizontalAlignment { get; }

Property Value

Type Description
HorizontalAlignment

An enumeration value.

Available values:

Name Description
Center

Aligns the items or text to the center.

Left

Aligns the items or text to the left.

Right

Aligns the items or text to the right.

Remarks

To specify the Column Chooser’s horizontal alignment, call one of the following DialogDisplayOptions object constructors and pass the newly created object to the ShowColumnChooser(DialogDisplayOptions) method:

See Also