[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.ExcelCellFactory.CreateCellEditor

CreateCellEditor Method

CreateCellEditor(C1FlexGrid, CellType, CellRange)

Provides editable content for the grid cells.

Declaration
public override FrameworkElement CreateCellEditor(C1FlexGrid grid, CellType cellType, CellRange range)
Parameters
Type Name Description
C1FlexGrid grid
CellType cellType
CellRange range
Returns
Type Description
FrameworkElement
Overrides