Click or drag to resize
MenuItemExpandMode Enumeration
This enumeration controls the expand behaviour of the items.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum MenuItemExpandMode
Members
  Member nameValueDescription
ClientSide0 The default behaviour - all items are loaded in the intial request and expand is performed on the client, without server interaction
WebService1 The child items are loaded from the web service specified by the KaxMenu.WebServicePath and KaxMenu.WebServiceMethod properties.
See Also