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

In This Topic
    EditingElement Property (DataGridEndingEditEventArgs)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property EditingElement As FrameworkElement
    public FrameworkElement EditingElement {get;}
    See Also