RichEditPopupMenuItemCollection Class
In This Article
An internal collection that maintains popup menu items in the RichEdit. For internal use only.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.2.dll
NuGet Package: DevExpress.Web.Office
#Declaration
public class RichEditPopupMenuItemCollection :
Collection<RichEditPopupMenuItem>
#Implements
DevExpress.Utils.IAssignableCollection
#Inheritance
See Also