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

TcxCustomGridView.PopupMenu Property

Specifies the popup menu associated with the current View.

#Declaration

Delphi
property PopupMenu: TComponent read; write;

#Property Value

Type
TComponent

#Remarks

In order to make a pop-up menu appear when the View is selected and an end-user clicks it with the right mouse button, assign a value to the PopupMenu property. This does not specify the current View as the popup menu’s manager. Instead, the popup menu is assigned to the site object associated with the View (see the Site property).

See Also