FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlAdapter Class / CreateCellEditor Method
The range.

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

    Parameters

    range
    The range.
    See Also