Skip to main content
All docs
V24.1

DxTreeList.ColumnCaptionAlignment Property

Specifies the alignment of all column captions.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(null)]
[Parameter]
public TreeListTextAlignment? ColumnCaptionAlignment { get; set; }

Property Value

Type Default Description
Nullable<TreeListTextAlignment> null

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.

See Also