ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRowDetailsEventArgs Class / DetailsElement Property

In This Topic
    DetailsElement Property
    In This Topic
    Gets the details of a row.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DetailsElement As FrameworkElement
    public FrameworkElement DetailsElement {get;}
    See Also