Skip to main content
All docs
V24.1

TreeListTextAlignment Enum

Lists values that specify text alignment in a cell or header.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public enum TreeListTextAlignment

Members

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.

See Also