Click or drag to resize
IKaxMenuItemContainer Interface
Defines properties that menu item containers (KaxMenu, KaxMenuItem) 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 IKaxMenuItemContainer

The IKaxMenuItemContainer type exposes the following members.

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