WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridWrapCellFactory Class / AllowEditing Method / AllowEditing(GridCellRange) Method
The range of the cell being edited.
In This Topic
    AllowEditing(GridCellRange) Method
    In This Topic
    Returns true when the cell in the specified range can be edited.
    Syntax
    public override bool AllowEditing( 
       GridCellRange range
    )

    Parameters

    range
    The range of the cell being edited.
    See Also