MindFusion.UI for WebForms Programmer's Guide

Menu.NavigationStyle Property

See Also
 





Specifies the navigation style of the menu.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public NavigationStyle NavigationStyle { get; set; }

Visual Basic  Copy Code

Public Property NavigationStyle As NavigationStyle

 Property Value

Type: NavigationStyle
One of the NavigationStyle Enumeration values that specifies the manner in which opening of items is triggered. Default value is NavigationStyle.MouseOver.

 See Also