Click or drag to resize
IKaxNavigationItemContainer Interface
Defines properties that menu item containers (KaxTreeView, KaxNavigationItem) should implement

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public interface IKaxNavigationItemContainer

The IKaxNavigationItemContainer type exposes the following members.

Properties
  NameDescription
Public propertyItems
Gets the collection of child items.
Public propertyOwner
Gets the parent IMenuItemContainer.
Top
See Also