[]
        
(Showing Draft Content)

C1.iOS.Grid.GridRow.CreateCellEditor

CreateCellEditor Method

CreateCellEditor(GridColumn)

Creates the cell editor.

Declaration
protected UIView CreateCellEditor(GridColumn column)
Protected Function CreateCellEditor(column As GridColumn) As UIView
Parameters
Type Name Description
GridColumn column

The column.

Returns
Type Description
UIView