IDataGridBandBase.Menu

Syntax

Menu: IPopupMenu;

Description

The Menu property determines the context menu that is called for in the area of band or column header.

Comments

A list of available values contains all PopupMenu components located on the form.

This property is not set by default. The headers show system context menu or the menu specified in the HeaderMenu property of the DataGrid parent component. Description of a system menu is given in description of the DataGrid component in the Selecting Columns section.

See also:

IDataGridBandBase