TreeListColumnHeaderCaptionTemplateContext.Caption Property
Returns the column header’s caption.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
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