Back to Devexpress

ITreeListColumn.TextAlignment Property

blazor-devexpress-dot-blazor-dot-itreelistcolumn-7314e9c0.md

latest1.2 KB
Original Source

ITreeListColumn.TextAlignment Property

Specifies the alignment of text in column cells.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(TreeListTextAlignment.Auto)]
TreeListTextAlignment TextAlignment { get; set; }

Property Value

TypeDefaultDescription
TreeListTextAlignmentAuto

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

See Also

ITreeListColumn Interface

ITreeListColumn Members

DevExpress.Blazor Namespace