Blazor | ComponentOne
C1.Blazor.Menu Assembly / C1.Blazor.Menu Namespace / C1MenuItem Class / ParentItem Property

In This Topic
    ParentItem Property (C1MenuItem)
    In This Topic
    Gets the parent menu item.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ParentItem As C1MenuItem
    public C1MenuItem ParentItem {get;}
    See Also