IGrid.ColumnCaptionAlignment Property
In This Article
Specifies the alignment of all column captions.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[DefaultValue(null)]
GridTextAlignment? ColumnCaptionAlignment { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Nullable<Grid |
null | An enumeration value. |
Available values:
Name | Description |
---|---|
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 more information and an example.
See Also