Skip to main content

ASPxClientRichEditPopupMenuShowingEventArgs Members

In This Article
Provides data for the ASPxClientRichEdit.PopupMenuShowing event.

#Constructors

Name Description
constructor(menuItems) Initializes a new instance of the ASPxClientRichEditPopupMenuShowingEventArgs object. For internal use only.

#Properties
Show Inherited Hide Inherited

Name Description
cancel Specifies whether to cancel the related action (for example, row edit, export). Inherited from ASPxClientCancelEventArgs.
menuItems Provides access to a collection of menu items in the context menu being invoked.
See Also