FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridCellEditEventArgs Class / Editor Property

In This Topic
    Editor Property (GridCellEditEventArgs)
    In This Topic
    Gets the editor.
    Syntax
    'Declaration
     
    Public ReadOnly Property Editor As FrameworkElement
    public FrameworkElement Editor {get;}
    See Also