KaxNavigationItemOwner Property |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public IKaxNavigationItemContainer Owner { get; }
Public ReadOnly Property Owner As IKaxNavigationItemContainer
Get
public:
virtual property IKaxNavigationItemContainer^ Owner {
IKaxNavigationItemContainer^ get () sealed;
}
abstract Owner : IKaxNavigationItemContainer with get
override Owner : IKaxNavigationItemContainer with 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
IKaxNavigationItemContainerOwnerRemarks See Also