Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PopupMenuShowingEventArgs Class

Provides data for the popupMenuShowing event.

#Declaration

TypeScript
class PopupMenuShowingEventArgs extends CancelEventArgs

#Inherited Members

#Inheritance

EventArgs
CancelEventArgs
PopupMenuShowingEventArgs

#Properties

#menuItems Property

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

#Declaration

TypeScript

#Property Value

Type Description
PopupMenuItemCollection

The context menu’s item collection.

#Remarks

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

#menuType Property

Gets the currently displayed context menu’s type.

#Declaration

TypeScript
menuType: PopupMenuType

#Property Value

Type Description
PopupMenuType

The popup menu type.

#Remarks

The menuType property allows you to determine the type of element for which a context menu is displayed.