Back to Devexpress

TreeListDataColumnCellEditTemplateContext.DataColumn Property

blazor-devexpress-dot-blazor-dot-treelistdatacolumncelledittemplatecontext-d1c34f72.md

latest1.2 KB
Original Source

TreeListDataColumnCellEditTemplateContext.DataColumn Property

Returns a data column to which the edit 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 to which the edit cell belongs.

|

Remarks

Refer to DxTreeListDataColumn.CellEditTemplate and DxTreeList.DataColumnCellEditTemplate property descriptions for additional information and examples.

See Also

TreeListDataColumnCellEditTemplateContext Class

TreeListDataColumnCellEditTemplateContext Members

DevExpress.Blazor Namespace