Blazor | ComponentOne
C1.Blazor.GridControl Assembly / C1.Blazor.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
    'Declaration
     
    
    Public Overridable Function AllowEditing( _
       ByVal range As GridControlRange _
    ) As Boolean
    public virtual bool AllowEditing( 
       GridControlRange range
    )

    Parameters

    range
    The range of the cell being edited.
    See Also