Skip to main content

ASPxClientSpreadsheetPopupMenuShowingEventArgs Members

Provides data for the ASPxClientSpreadsheet.PopupMenuShowing event.

Constructors

Name Description
constructor(menuItems, menuType) Initializes a new instance of the ASPxClientSpreadsheetPopupMenuShowingEventArgs class with the specified settings.

Properties

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.
menuType Gets the currently displayed context menu’s type.
See Also