Click or drag to resize
KaxMenuItemExpandMode Property
Gets or sets the expand behavior of the menu item. When set to ExpandMode.WebService the KaxMenuItem will populate its children from the web service specified by the KaxMenu.WebService and KaxMenu.WebServiceMethod properties.

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

Property Value

Type: MenuItemExpandMode
On of the MenuItemExpandMode values. The default value is ClientSide.
See Also