Back to Devexpress

GridDataColumnCellEditTemplateContext.DataColumn Property

blazor-devexpress-dot-blazor-dot-griddatacolumncelledittemplatecontext-9bebf88f.md

latest1.1 KB
Original Source

GridDataColumnCellEditTemplateContext.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 IGridDataColumn DataColumn { get; }

Property Value

TypeDescription
IGridDataColumn

The data column to which the edit cell belongs.

|

Remarks

Refer to the DxGridDataColumn.CellEditTemplate and DxGrid.DataColumnCellEditTemplate property descriptions for additional information and examples.

See Also

GridDataColumnCellEditTemplateContext Class

GridDataColumnCellEditTemplateContext Members

DevExpress.Blazor Namespace