Back to Devexpress

DialogDisplayOptions.HorizontalAlignment Property

blazor-devexpress-dot-blazor-dot-dialogdisplayoptions.md

latest1.8 KB
Original Source

DialogDisplayOptions.HorizontalAlignment Property

Returns the Column Chooser’s horizontal alignment.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public HorizontalAlignment HorizontalAlignment { get; }

Property Value

TypeDescription
HorizontalAlignment

An enumeration value.

|

Available values:

NameDescription
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:

See Also

DialogDisplayOptions Struct

DialogDisplayOptions Members

DevExpress.Blazor Namespace