ComponentOne Xamarin.iOS
CreateCellEditor Method (GridCellFactoryBase)


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

Reference

GridCellFactoryBase Class
GridCellFactoryBase Members