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

    Parameters

    range
    The range.
    See Also