Search
Menu.loadOnDemand Property
See Also
 






Gets or sets a value indicating whether menu items DOM will be created only after their parent item is expanded.

Namespace: MindFusion.Common.UI
File: Menu.js

 Syntax

JavaScript  Copy Code

get loadOnDemand() {}

 Property Value

Boolean. true if items are loaded on demand, otherwise false.

 See Also