Back to Devexpress

TreeListDataColumnCellDisplayTemplateContext.DataColumn Property

blazor-devexpress-dot-blazor-dot-treelistdatacolumncelldisplaytemplatecontext-092d5cfd.md

latest1.2 KB
Original Source

TreeListDataColumnCellDisplayTemplateContext.DataColumn Property

Returns the data column to which the cell belongs.

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.

|

Remarks

Refer to the DxTreeList.DataColumnCellDisplayTemplate and DxTreeListDataColumn.CellDisplayTemplate property descriptions for additional information and examples.

See Also

TreeListDataColumnCellDisplayTemplateContext Class

TreeListDataColumnCellDisplayTemplateContext Members

DevExpress.Blazor Namespace