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


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

    Parameters

    range
    The range.
    See Also