MindFusion.UI for WebForms Programmer's Guide

MenuItem.createItem Method

See Also
 



Creates a new MenuItem instance and adds it to the control's items array.

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

 Syntax

JavaScript  Copy Code

function createItem ([options])

 Parameters

options
Optional.

Type: Object
Object containing the MenuItem data.

 Return Value

Type: MenuItem
The created MenuItem.

 See Also