IDataGridBandBase.CanSetVisible

Syntax

CanSetVisible: Boolean;

Description

The CanSetVisible property determines whether it is possible to change visibility of component container or column.

Comments

The table structure is based on the three fixed containers with the following headers: CenterBand, RightFixedBand and LeftFixedBand. These containers always exist, they are located in a central, right or left table parts respectively. Changing of visibility of these containers is disabled.

Visibility can be changed for custom containers and columns. This property is meant for restricting of this possibility. Use the Visible property to change visibility.

See also:

IDataGridBandBase

IDataGridBandBase.Visible