Click or drag to resize
MenuRepeatDirection Enumeration
Specifies the repeat direction of KaxMenu items when rendered in columns.

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 MenuRepeatDirection
Members
  Member nameValueDescription
Vertical0 Items are displayed vertically in columns from top to bottom, and then left to right, until all items are rendered.
Horizontal1 Items are displayed horizontally in rows from left to right, then top to bottom, until all items are rendered.
See Also