Skip to main content

GridDataColumnCellDisplayTemplateContext.DataColumn Property

Returns the data column to which the cell belongs.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public IGridDataColumn DataColumn { get; }

Property Value

Type Description
IGridDataColumn

The data column.

Remarks

Refer to the DxGrid.DataColumnCellDisplayTemplate and DxGridDataColumn.CellDisplayTemplate property descriptions for more information and examples.

See Also