Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.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 UIKit.UIView
    'Usage
     
    
    Dim instance As GridCellFactoryBase
    Dim range As GridCellRange
    Dim value As UIKit.UIView
     
    value = instance.CreateCellEditor(range)
    public virtual UIKit.UIView CreateCellEditor( 
       GridCellRange range
    )

    Parameters

    range
    The range.
    See Also