DialogDisplayOptions.HorizontalAlignment Property
Returns the Column Chooser’s horizontal alignment.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public HorizontalAlignment HorizontalAlignment { get; }
Property Value
Type | Description |
---|---|
HorizontalAlignment | An enumeration value. |
Available values:
Name | Description |
---|---|
Center | Center alignment. |
Left | Left alignment. |
Right | Right alignment. |
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:
- DialogDisplayOptions(String, HorizontalAlignment, VerticalAlignment)
- DialogDisplayOptions(ElementReference, HorizontalAlignment, VerticalAlignment)
See Also