Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1MenuItem Class / Parent Property

In This Topic
    Parent Property (C1MenuItem)
    In This Topic
    Gets the C1MenuItem that is the parent of this item.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property Parent As C1MenuItem
    public new C1MenuItem Parent {get;}
    See Also