Click or drag to resize
ItemFlow Enumeration
Represents the different ways menu items can flow.

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 ItemFlow
Members
  Member nameValueDescription
Vertical0 Items will flow one below the other
Horizontal1 Items will flow one after another
Remarks
The ItemFlow enumeration is used to specify the flow of submenu items.
See Also