Gets the owner menu of the current menu item.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
Syntax
C#
Copy Code
|
---|
public Menu Owner { get; set; } |
Visual Basic
Copy Code
|
---|
Public Property Owner As Menu |
Property Value
Type: Menu An instance of the Menu class, which serves as the parent host element for this MenuItem object.
See Also
|