RichEditPopupMenuItemCollection.CreateDefaultItems() Method
Populates the context menu with default items.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.1.dll
NuGet Package: DevExpress.Web.Office
Declaration
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