[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridColumn.AllowEditing

AllowEditing Method

AllowEditing(GridRow)

Returns true when the cell in the intersection of the specified row and this column can be edited.

Declaration
protected virtual bool AllowEditing(GridRow row)
Parameters
Type Name Description
GridRow row

The row.

Returns
Type Description
bool