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

In This Topic
    CreateCellEditor(GridControlRange) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overrides NotOverridable Function CreateCellEditor( _
       ByVal range As GridControlRange _
    ) As FrameworkElement
    public override FrameworkElement CreateCellEditor( 
       GridControlRange range
    )

    Parameters

    range
    See Also