IListView.GridLines

Syntax

GridLines: Boolean;

Description

The GridLines property determines whether the gird should be displayed.

Comments

By default the property is set to False, the grid is not displayed. On setting the component to True the grid is displayed.

The GridLines property is relevant, if the IListView.Style property is set to Report.

Example

See also:

IListView