FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / CellEditEventArgs Class / Editor Property

In This Topic
    Editor Property (CellEditEventArgs)
    In This Topic
    Gets the System.Windows.FrameworkElement responsible for editing the cell value.
    Syntax
    'Declaration
     
    Public ReadOnly Property Editor As FrameworkElement
    public FrameworkElement Editor {get;}
    See Also