Click or drag to resize
KaxMenuItemOwner Property
Gets the IKaxMenuItemContainer object which contains the current menu item.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public IKaxMenuItemContainer Owner { get; }

Property Value

Type: IKaxMenuItemContainer
The object which contains the menu item. It might be an instance of the KaxMenu class or the KaxMenuItem class depending on the hierarchy level.

Implements

IKaxMenuItemContainerOwner
Remarks
The value is of the IKaxMenuItemContainer type which is implemented by the KaxMenu and the KaxMenuItem classes. Use the Owner property when recursively traversing items in the KaxMenu control.
See Also