[]
        
(Showing Draft Content)

C1.WPF.Grid.GridCellFactory.CreateCellEditor

CreateCellEditor Method

CreateCellEditor(GridControlRange)

Creates the cell editor.

Declaration
public override sealed FrameworkElement CreateCellEditor(GridControlRange range)
Parameters
Type Name Description
GridControlRange range

The range.

Returns
Type Description
FrameworkElement
Overrides

CreateCellEditor(GridCellRange)

Creates the cell editor.

Declaration
public virtual FrameworkElement CreateCellEditor(GridCellRange range)
Parameters
Type Name Description
GridCellRange range

The range.

Returns
Type Description
FrameworkElement