Skip to main content
All docs
V25.1
  • GridDataColumnCellEditTemplateContext.DataColumn Property

    Returns a data column to which the edit cell belongs.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public IGridDataColumn DataColumn { get; }

    Property Value

    Type Description
    IGridDataColumn

    The data column to which the edit cell belongs.

    Remarks

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

    See Also