TcxGridPopupMenu Properties
Allows you to implement menus for specific ExpressQuantumGrid Views.| Name | Description |
|---|---|
| AlwaysFireOnPopup | Determines whether the component’s OnPopup event precedes the custom menu’s OnPopup event. |
| BuiltInPopupMenus | Provides access to built-in menus supplied with the grid control. |
| ComObject | Inherited from TComponent. |
| ComponentCount | Inherited from TComponent. |
| ComponentIndex | Inherited from TComponent. |
| Components | Inherited from TComponent. |
| ComponentState | Inherited from TComponent. |
| ComponentStyle | Inherited from TComponent. |
| Count | Contains the number of custom menus within the current popup menu component. Inherited from TcxCustomGridPopupMenu. |
| DesignInfo | Inherited from TComponent. |
| Grid | Specifies the ExpressQuantumGrid control to which the current popup menu belongs. |
| HitGridView | Provides access to the grid View whose element is right-clicked. |
| HitPoint | Returns the coordinates of the right-clicked point. |
| HitTest | Returns HitTest information about the grid View element that is right-clicked to invoke the menu. |
| HitType | Identifies the right-clicked grid View element. |
| MenuInfos protected | Inherited from TcxCustomGridPopupMenu. |
| Name | Inherited from TComponent. |
| Observers | Inherited from TComponent. |
| Owner | Inherited from TComponent. |
| PopupMenus | Provides a list of available custom menus. |
| Tag | Inherited from TComponent. |
| UseBuiltInPopupMenus | Specifies whether built-in menus are available. |
| VCLComObject | Inherited from TComponent. |
See Also