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

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

    Parameters

    range
    See Also