ComponentOne Xamarin.Android
CreateCellEditor Method (GridCellFactory)


C1.Android.Grid Assembly > C1.Android.Grid Namespace > GridCellFactory Class : CreateCellEditor Method
The range.
Creates the cell editor.
Syntax
'Declaration
 
Public Overrides Function CreateCellEditor( _
   ByVal range As GridCellRange _
) As Android.Views.View
'Usage
 
Dim instance As GridCellFactory
Dim range As GridCellRange
Dim value As Android.Views.View
 
value = instance.CreateCellEditor(range)
public override Android.Views.View CreateCellEditor( 
   GridCellRange range
)

Parameters

range
The range.
See Also

Reference

GridCellFactory Class
GridCellFactory Members