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

    Parameters

    range
    The range of the cell being edited.
    See Also