'Declaration
Public ReadOnly Property ActiveEditor As Android.Views.View
'Usage
Dim instance As GridBase Dim value As Android.Views.View value = instance.ActiveEditor
public Android.Views.View ActiveEditor {get;}
'Declaration
Public ReadOnly Property ActiveEditor As Android.Views.View
'Usage
Dim instance As GridBase Dim value As Android.Views.View value = instance.ActiveEditor
public Android.Views.View ActiveEditor {get;}
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.