Skip to main content
A newer version of this page is available. .

ASPxClientRichEditPopupMenuItemCollection.Insert(index, item) Method

Adds the specified item to the specified position within the collection.

Declaration

Insert(
    index: number,
    item: ASPxClientRichEditPopupMenuItem
): void

Parameters

Name Type Description
index number

An integer value that specifies the zero-based index at which the specified item should be inserted.

item ASPxClientRichEditPopupMenuItem

An ASPxClientRichEditPopupMenuItem object to insert.

See Also