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

ASPxClientRichEditPopupMenuShowingEventArgs.menuItems Property

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

Declaration

menuItems: ASPxClientRichEditPopupMenuItemCollection

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