C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridCellEditEventArgs Class / Editor Property


In This Topic
Editor Property
In This Topic
Gets the editor.
Syntax
'Declaration
 
Public ReadOnly Property Editor As UIKit.UIView
 
'Usage
 
Dim instance As GridCellEditEventArgs
Dim value As UIKit.UIView
 
value = instance.Editor
See Also