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

RichEditPopupMenuItemCollection.CreateDefaultItems() Method

Populates the context menu with default items.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v19.2.dll

Declaration

public void CreateDefaultItems()

Remarks

Use the CreateDefaultItems method, to manually create default context menu items within the RichEditPopupMenuItemCollection.

Custom items can be added to the RichEditPopupMenuItemCollection collection using the collection’s Collection<T>.Insert method.

See Also