Inserts an C1MenuItem at a specified index.

Namespace:  C1.Web.UI.Controls.C1Menu
Assembly:  C1MenuClient (in C1MenuClient.dll)

Syntax

JavaScript
function insert(index, item);

Parameters

index
Type: System..::..Int32
Index where the C1MenuItemCollection will be inserted.
item
Type: C1.Web.UI.Controls.C1Menu..::..C1MenuItemBase
C1MenuItemBase to add to the list.

See Also