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.
Namespace:
C1.Web.UI.Controls.C1MenuAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[BrowsableAttribute(false)] public IC1MenuItemCollectionOwner Owner { get; } |
| Visual Basic (Declaration) |
|---|
<BrowsableAttribute(False)> _ Public ReadOnly Property Owner As IC1MenuItemCollectionOwner Get |