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

TcxGridPopupMenu.Grid Property

Specifies the ExpressQuantumGrid control to which the current popup menu belongs.

#Declaration

Delphi
property Grid: TcxGrid read; write;

#Property Value

Type
TcxGrid

#Remarks

Use the Grid property to specify the grid for which the current TcxGridPopupMenu object provides built-in and custom menus. You should remember that built-in menus are applied to the entire grid control, while custom menus are applied to specific grid Views.

See Also