ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1MultiSelectItem Class / Parent Property

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