[]
        
(Showing Draft Content)

C1.Maui.Grid.GridColumn.CreateCellEditor

CreateCellEditor Method

CreateCellEditor(GridRow)

Creates the cell editor.

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

The row.

Returns
Type Description
View