Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridBase Class / ActiveEditor Property


In This Topic
    ActiveEditor Property
    In This Topic
    Gets the cell editor that is currently active.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActiveEditor As UIKit.UIView
    'Usage
     
    
    Dim instance As GridBase
    Dim value As UIKit.UIView
     
    value = instance.ActiveEditor
    public UIKit.UIView ActiveEditor {get;}
    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.

    See Also