FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotGrid.FlexPivotCellFactory Class / AllowEditing Method / AllowEditing(GridCellRange) Method

In This Topic
    AllowEditing(GridCellRange) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Function AllowEditing( _
       ByVal range As C1.WPF.Grid.GridCellRange _
    ) As Boolean
    public virtual bool AllowEditing( 
       C1.WPF.Grid.GridCellRange range
    )

    Parameters

    range
    See Also