Back to Devexpress

IGrid.ColumnCaptionAlignment Property

blazor-devexpress-dot-blazor-dot-igrid-b1059f77.md

latest1.3 KB
Original Source

IGrid.ColumnCaptionAlignment Property

Specifies the alignment of all column captions.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(null)]
GridTextAlignment? ColumnCaptionAlignment { get; set; }

Property Value

TypeDefaultDescription
Nullable<GridTextAlignment>null

An enumeration value.

|

Available values:

NameDescription
Auto

Aligns the text based on cell content and column data type.

| | Left |

Aligns cell text to the left.

| | Center |

Centers cell text.

| | Right |

Aligns cell text to the right.

|

Remarks

Refer to the ColumnCaptionAlignment property description for additional information and an example.

See Also

IGrid Interface

IGrid Members

DevExpress.Blazor Namespace