TcxGridPopupMenu.Grid Property
Specifies the ExpressQuantumGrid control to which the current popup menu belongs.
Declaration
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