[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridGroupRow.AllowEditing

AllowEditing Method

AllowEditing(GridColumn)

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

Declaration
protected override bool AllowEditing(GridColumn column)
Parameters
Type Name Description
GridColumn column

The column.

Returns
Type Description
bool
Overrides