Click or drag to resize
KaxNavigationItemOwner Property
Gets the IKaxNavigationItemContainer instance which contains the current 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 IKaxNavigationItemContainer Owner { get; }

Property Value

Type: IKaxNavigationItemContainer
The object which contains the item. It might be an instance of the KaxNavigationBar class or the KaxNavigationItem class depending on the hierarchy level.

Implements

IKaxNavigationItemContainerOwner
Remarks
The value is of the IKaxNavigationItemContainer type which is implemented by the KaxNavigationBar class and the KaxNavigationItem class. Use the Owner property when recursively traversing items in the KaxNavigationBar control.
See Also