Skip to main content
All docs
V25.1
  • ITreeListColumn.TextAlignment Property

    Specifies the alignment of text in column cells.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

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

    Property Value

    Type Default Description
    TreeListTextAlignment Auto

    An enumeration value.

    Available values:

    Name Description
    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 more information and an example.

    See Also