ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Menu Namespace / C1MenuItem Class / Owner Property

In This Topic
    Owner Property (C1MenuItem)
    In This Topic
    Gets the owner object which contains the item. It might be an instance of the C1Menu class or the C1MenuItem class depending on the current hierarchy level.
    Syntax
    'Declaration
     
    Public ReadOnly Property Owner As IC1MenuItemCollectionOwner
    public IC1MenuItemCollectionOwner Owner {get;}
    See Also