WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / FlexGrid Class / ActiveEditor Property
In This Topic
    ActiveEditor Property (FlexGrid)
    In This Topic
    Gets the cell editor that is currently active.
    Syntax
    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.

    See Also