Skip to main content
A newer version of this page is available. .

IGrid.DataColumnCellEditTemplate Property

Specifies a common template used to display all edit row cells in the Grid data columns.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.1.dll

NuGet Package: DevExpress.Blazor

Declaration

RenderFragment<GridDataColumnCellEditTemplateContext> DataColumnCellEditTemplate { get; set; }

Property Value

Type Description
RenderFragment<GridDataColumnCellEditTemplateContext>

The common template for data column edit cells.

Remarks

Refer to the DataColumnCellEditTemplate property description for more information and an example.

See Also