C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridCellFactoryBase Class / AllowEditing(GridCellRange) Method
The range of the cell being edited.


In This Topic
AllowEditing(GridCellRange) Method
In This Topic
Returns true when the cell in the specified range can be edited.
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)

Parameters

range
The range of the cell being edited.
See Also