ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid 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 FrameworkElement
    public FrameworkElement 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.

    In most cases, the Windows.UI.Xaml.FrameworkElement element returned will be a Windows.UI.Xaml.Controls.Border element that contains the actual cell content.

    See Also