[]
        
(Showing Draft Content)

C1.iOS.Grid.GridCellFactory.CreateCellEditor

CreateCellEditor Method

CreateCellEditor(GridControlRange)

Creates the cell editor.

Declaration
public override sealed UIView CreateCellEditor(GridControlRange range)
Public NotOverridable Overrides Function CreateCellEditor(range As GridControlRange) As UIView
Parameters
Type Name Description
GridControlRange range

The range.

Returns
Type Description
UIView
Overrides

CreateCellEditor(GridCellRange)

Creates the cell editor.

Declaration
public virtual UIView CreateCellEditor(GridCellRange range)
Public Overridable Function CreateCellEditor(range As GridCellRange) As UIView
Parameters
Type Name Description
GridCellRange range

The range.

Returns
Type Description
UIView