Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridWrapCellFactory Class / CreateCellEditor Method
The range.


In This Topic
    CreateCellEditor Method (GridWrapCellFactory)
    In This Topic
    Creates the cell editor.
    Syntax
    'Declaration
     
    
    Public Overrides Function CreateCellEditor( _
       ByVal range As GridCellRange _
    ) As Xamarin.Forms.View
    'Usage
     
    
    Dim instance As GridWrapCellFactory
    Dim range As GridCellRange
    Dim value As Xamarin.Forms.View
     
    value = instance.CreateCellEditor(range)
    public override Xamarin.Forms.View CreateCellEditor( 
       GridCellRange range
    )

    Parameters

    range
    The range.
    See Also