ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / ListViewGroupItem Class / Parent Property

In This Topic
    Parent Property (ListViewGroupItem)
    In This Topic
    Gets the parent group item.
    Syntax
    'Declaration
     
    Public Property Parent As ListViewGroupItem
    public ListViewGroupItem Parent {get; set;}
    See Also