IDataGridBandBase.Menu

Syntax

Menu: IPopupMenu;

Description

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

Comments

A list of admissible values contains all components PopupMenulocated on the form.

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

See also:

IDataGridBandBase