[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridSummaryRow.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)
Protected Overrides Function AllowEditing(column As GridColumn) As Boolean
Parameters
Type Name Description
GridColumn column

The column.

Returns
Type Description
bool
Overrides