Back to Devexpress

GridDataColumnCellEditTemplateContext.Grid Property

blazor-devexpress-dot-blazor-dot-griddatacolumncelledittemplatecontext.md

latest1.0 KB
Original Source

GridDataColumnCellEditTemplateContext.Grid Property

Returns the Grid object.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public IGrid Grid { get; }

Property Value

TypeDescription
IGrid

The Grid object.

|

Remarks

Use the Grid property to access the Grid and its extensive API in the DxGrid.DataColumnCellEditTemplate or DxGridDataColumn.CellEditTemplate.

See Also

GridDataColumnCellEditTemplateContext Class

GridDataColumnCellEditTemplateContext Members

DevExpress.Blazor Namespace