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

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