[]
        
(Showing Draft Content)

C1.Android.Grid.GridDateTimeColumn.CreateCellEditor

CreateCellEditor Method

CreateCellEditor(GridRow)

Creates the cell editor.

Declaration
protected override View CreateCellEditor(GridRow row)
Protected Overrides Function CreateCellEditor(row As GridRow) As View
Parameters
Type Name Description
GridRow row

The row.

Returns
Type Description
View
Overrides