PublicReadOnlyProperty ActiveEditor As UIKit.UIView
'Usage
Dim instance AsGridBaseDim value As UIKit.UIView
value = instance.ActiveEditor
Remarks
The most common use for this property is to determine whether the grid is currently in edit mode. If the grid is not in edit mode, this property returns null.