Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridCellFactory Class / AllowEditing Method / AllowEditing(GridControlRange) Method
The range of the cell being edited.

In This Topic
    AllowEditing(GridControlRange) Method
    In This Topic
    Returns true when the cell in the specified range can be edited.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides NotOverridable Function AllowEditing( _
       ByVal range As GridControlRange _
    ) As Boolean
    public override bool AllowEditing( 
       GridControlRange range
    )

    Parameters

    range
    The range of the cell being edited.
    See Also