ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRow Class / ParentGroup Property

In This Topic
    ParentGroup Property
    In This Topic
    Gets the parent group.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ParentGroup As DataGridGroupRow
    public DataGridGroupRow ParentGroup {get;}
    Remarks
    If the row is not part of a group null is returned.
    See Also