ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridBeganEditEventArgs Class / EditingElement Property

In This Topic
    EditingElement Property (DataGridBeganEditEventArgs)
    In This Topic
    Gets the editing ui element.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property EditingElement As FrameworkElement
    public FrameworkElement EditingElement {get;}
    See Also