Skip to main content

ASPxClientRichEditPopupMenuShowingEventArgs.menuItems Property

Provides access to a collection of menu items in the context menu being invoked.

#Declaration

#Property Value

Type Description
ASPxClientRichEditPopupMenuItemCollection

A ASPxClientRichEditPopupMenuItemCollection object representing the context menu’s item collection.

#Remarks

The menuItems property provides access to a collection of ASPxClientRichEditPopupMenuItem objects.

See Online Demo: Context Menu Customization

See Also