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

In This Topic
    Row Property (DataGridRowDetailsEventArgs)
    In This Topic
    Gets the row that owns the details.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Row As DataGridRow
    public DataGridRow Row {get;}
    See Also