Owner of the menu. Always returns null.

Namespace:  C1.Web.UI.Controls.C1Menu
Assembly:  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

Implements

IC1MenuItemCollectionOwner..::..Owner

See Also