ComponentOne Xamarin.Android
AllowEditing(GridCellRange) Method


C1.Android.Grid Assembly > C1.Android.Grid Namespace > GridCellFactoryBase Class : AllowEditing(GridCellRange) Method
Syntax
'Declaration
 
Public Overridable Function AllowEditing( _
   ByVal range As GridCellRange _
) As Boolean
'Usage
 
Dim instance As GridCellFactoryBase
Dim range As GridCellRange
Dim value As Boolean
 
value = instance.AllowEditing(range)
public virtual bool AllowEditing( 
   GridCellRange range
)

Parameters

range
See Also

Reference

GridCellFactoryBase Class
GridCellFactoryBase Members