ComponentOne Xamarin.iOS
AllowEditing(GridCellRange) Method


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridCellFactory Class : AllowEditing(GridCellRange) Method
The range of the cell being edited.
Returns true when the cell in the specified range can be edited.
Syntax
'Declaration
 
Public Overrides Function AllowEditing( _
   ByVal range As GridCellRange _
) As Boolean
'Usage
 
Dim instance As GridCellFactory
Dim range As GridCellRange
Dim value As Boolean
 
value = instance.AllowEditing(range)
public override bool AllowEditing( 
   GridCellRange range
)

Parameters

range
The range of the cell being edited.
See Also

Reference

GridCellFactory Class
GridCellFactory Members