TcxGridPopupMenu.Grid Property
In This Article
Specifies the ExpressQuantumGrid control to which the current popup menu belongs.
#Declaration
Delphi
property Grid: TcxGrid read; write;
#Property Value
Type |
---|
Tcx |
#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