Click or drag to resize
KaxMenuItemGroupSettingsFlow Property
Gets or sets the flow of child 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 ItemFlow Flow { get; set; }

Property Value

Type: ItemFlow
One of the ItemFlow enumeration values. The default value is Vertical.
Remarks
Use the Flow property to customize the flow of child menu items. By default KaxMenu mimics the behavior of Windows and child items (apart from top level ones) flow vertically.
See Also