IDataGrid.HeaderMenu

Syntax

HeaderMenu: IPopupMenu;

Description

The HeaderMenu property determines the context menu that is called in the area of band or column headers.

Comments

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

This property is not set by default. The system context menu can be called in headers. Description of a system menu is given in description of the DataGrid component in the Selecting Columns subsection.

The Menu property can be used to determine the context menu to be called for a specific band or column.

See also:

IDataGrid