ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / CellEditEventArgs Class / Editor Property

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