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


In This Topic
    CreateCellEditor Method (GridCellFactory)
    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 GridCellFactory
    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