Click or drag to resize
KaxMenuClickToOpen Property
Gets or sets a value indicating whether root items should open on mouse click.

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

Property Value

Type: Boolean
True if the root items open on mouse click; otherwise false. The default value is false.
Remarks
Use the ClickToOpen property to customize the way root menu items are opened. By default menu items are opened on mouse hovering.
See Also