Specifies the event type that will trigger opening of the MenuItems.
Namespace: MindFusion.UI.WebAssembly: MindFusion.UI.Web
public enum NavigationStyle
Public Enumeration NavigationStyle
MouseOver
Opening is triggered by a mouse hover.
Click
Opening is triggered by a mouse click.
Both
Opening is initialized by a mouse click and triggered by a successive mouse hover.
MindFusion.UI.Web Namespace