[]
        
(Showing Draft Content)

C1.Maui.Grid.GridWrapCellFactory.CreateCellEditor

CreateCellEditor Method

CreateCellEditor(GridCellRange)

Creates the cell editor.

Declaration
public override View CreateCellEditor(GridCellRange range)
Public Overrides Function CreateCellEditor(range As GridCellRange) As View
Parameters
Type Name Description
GridCellRange range

The range.

Returns
Type Description
View
Overrides