Back to Devexpress

TcxGridPopupMenu.Grid Property

vcl-cxgridpopupmenu-dot-tcxgridpopupmenu-75f9f289.md

latest735 B
Original Source

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

TcxGridPopupMenu Class

TcxGridPopupMenu Members

cxGridPopupMenu Unit