ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Summaries Namespace / DataGridGroupWithSummaryRow Class / ParentCollection Property

In This Topic
    ParentCollection Property (DataGridGroupWithSummaryRow)
    In This Topic
    Gets the collection of rows to which this row belongs.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ParentCollection As DataGridRowCollection
    public DataGridRowCollection ParentCollection {get;}
    See Also