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

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