IDataGrid.ShowHeaders

Syntax

ShowHeaders: Boolean;

Description

The ShowHeaders property determines whether table bands and headers are displayed.

Comments

If the property is set to False, band headers and column headers are not displayed. If the property is set to True, column headers are displayed and bands visibility is determined by the ShowBands property.

See also:

IDataGrid