[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridCellFactory.AllowEditing

AllowEditing Method

AllowEditing(GridControlRange)

Returns true when the cell in the specified range can be edited.

Declaration
public override sealed bool AllowEditing(GridControlRange range)
Public NotOverridable Overrides Function AllowEditing(range As GridControlRange) As Boolean
Parameters
Type Name Description
GridControlRange range

The range of the cell being edited.

Returns
Type Description
bool
Overrides

AllowEditing(GridCellRange)

Returns true when the cell in the specified range can be edited.

Declaration
public virtual bool AllowEditing(GridCellRange range)
Public Overridable Function AllowEditing(range As GridCellRange) As Boolean
Parameters
Type Name Description
GridCellRange range

The range of the cell being edited.

Returns
Type Description
bool