ComponentOne Xamarin.iOS
CreateCellEditor Method (GridCellFactory)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridCellFactory Class : CreateCellEditor Method
The range.
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

Reference

GridCellFactory Class
GridCellFactory Members