Back to Devexpress

TreeListColumnHeaderCaptionTemplateContext.DataColumn Property

blazor-devexpress-dot-blazor-dot-treelistcolumnheadercaptiontemplatecontext-6bb085a1.md

latest1.4 KB
Original Source

TreeListColumnHeaderCaptionTemplateContext.DataColumn Property

Returns the data column for which the caption is displayed.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public ITreeListDataColumn DataColumn { get; }

Property Value

TypeDescription
ITreeListDataColumn

The data column for which the caption is displayed.

|

Remarks

If you specify the header caption template for the selection column, use the Column property instead.

Refer to the DxTreeList.ColumnHeaderCaptionTemplate and DxTreeListColumn.HeaderCaptionTemplate descriptions for additional information and examples.

See Also

TreeListColumnHeaderCaptionTemplateContext Class

TreeListColumnHeaderCaptionTemplateContext Members

DevExpress.Blazor Namespace