MindFusion.UI for WebForms Programmer's Guide

MenuItem.get_isRoot Method

See Also
 



Gets a value indicating whether this item is a root item.

Namespace: MindFusion.UI.Web
Assembly: MenuItem.js

 Syntax

JavaScript  Copy Code

function get_isRoot ()

 Return Value

Type: Boolean
True if the item is a root item, otherwise false.

 See Also