Skip to main content

TcxGridPopupMenu Class

Allows you to implement menus for specific ExpressQuantumGrid Views.

Declaration

TcxGridPopupMenu = class(
    TcxCustomGridPopupMenu
)

Remarks

The TcxGridPopupMenu component was created to give you the ability to implement different menus for your grid control. The HitTypes property allows you to specify the elements that respond to a right mouse click. You can create an appropriate menu for each grid View element. The collection of these menus can be accessed via the PopupMenus property. The Grid property is used to specify the ExpressQuantumGrid control that uses a given TcxGridPopupMenu.

The UseBuiltInPopupMenus property specifies whether to activate default built-in menus. Though these menus are built-in, you can insert your own items – see the GridMenuViewsDemo shipped with the ExpressQuantumGrid Suite for more information.

See Also