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

In This Topic
    Editor Property
    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