[]
        
(Showing Draft Content)

C1.iOS.Grid.GridColumn.CreateCellEditor

CreateCellEditor Method

CreateCellEditor(GridRow)

Creates the cell editor.

Declaration
protected virtual UIView CreateCellEditor(GridRow row)
Protected Overridable Function CreateCellEditor(row As GridRow) As UIView
Parameters
Type Name Description
GridRow row

The row.

Returns
Type Description
UIView