Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1Menu Class / ParentCollection Property

In This Topic
    ParentCollection Property (C1Menu)
    In This Topic
    Gets the items collection of this element's parent.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ParentCollection As IList
    public IList ParentCollection {get;}
    See Also