FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridWrapCellFactory Class / AllowEditing Method / AllowEditing(GridControlRange) Method

In This Topic
    AllowEditing(GridControlRange) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function AllowEditing( _
       ByVal range As GridControlRange _
    ) As Boolean
    public bool AllowEditing( 
       GridControlRange range
    )

    Parameters

    range
    See Also