Back to Devexpress

ASPxClientRichEdit.PopupMenuShowing Event

aspnet-js-aspxclientrichedit-37d29685.md

latest1.4 KB
Original Source

ASPxClientRichEdit.PopupMenuShowing Event

Occurs when a pop-up menu is about to be shown.

Declaration

ts
PopupMenuShowing: ASPxClientEvent<ASPxClientRichEditPopupMenuShowingEventHandler>

Event Data

The PopupMenuShowing event's data class is ASPxClientRichEditPopupMenuShowingEventArgs. The following properties provide information specific to this event:

PropertyDescription
cancelSpecifies whether to cancel the related action (for example, row edit, export). Inherited from ASPxClientCancelEventArgs.
menuItemsProvides access to a collection of menu items in the context menu being invoked.

Remarks

Refer to the following section for more information about client-side events: Client API.

See Also

Online Demo: Rich Edit - Context Menu Customization

Online Demo: Rich Edit - Client-Side Events

ASPxClientRichEdit Class

ASPxClientRichEdit Members