FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridCellFactory Class / CreateCellEditor Method / CreateCellEditor(GridCellRange) Method
The range.

In This Topic
    CreateCellEditor(GridCellRange) Method
    In This Topic
    Creates the cell editor.
    Syntax
    'Declaration
     
    Public Overloads Overridable Function CreateCellEditor( _
       ByVal range As GridCellRange _
    ) As FrameworkElement
    public virtual FrameworkElement CreateCellEditor( 
       GridCellRange range
    )

    Parameters

    range
    The range.
    See Also