TreeListColumnHeaderCaptionTemplateContext.Caption Property
In This Article
Returns the column header’s caption.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public string Caption { get; }
#Property Value
Type | Description |
---|---|
String | The caption. |
#Remarks
Refer to the DxTreeList.ColumnHeaderCaptionTemplate and DxTreeListColumn.HeaderCaptionTemplate descriptions for more information and examples.
See Also