Back to Devexpress

ITreeListColumn.CaptionAlignment Property

blazor-devexpress-dot-blazor-dot-itreelistcolumn-ee93c6a9.md

latest1.3 KB
Original Source

ITreeListColumn.CaptionAlignment Property

Specifies the alignment of the column’s Caption.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(null)]
TreeListTextAlignment? CaptionAlignment { get; set; }

Property Value

TypeDefaultDescription
Nullable<TreeListTextAlignment>null

An enumeration value.

|

Available values:

NameDescription
Auto

Aligns 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 CaptionAlignment property description for additional information and an example.

See Also

ITreeListColumn Interface

ITreeListColumn Members

DevExpress.Blazor Namespace