MindFusion.UI for WebForms Programmer's Guide

MenuItem.Root Property

See Also
 





Gets the root MenuItem of the current menu item.

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

 Syntax

C#  Copy Code

public MenuItem Root { get; }

Visual Basic  Copy Code

Public ReadOnly Property Root As MenuItem

 Property Value

Type: MenuItem
An instance of the MenuItem class, which serves as the root element for this MenuItem object.

 See Also