IDataGridBandBase.CanSetVisible

Syntax

CanSetVisible: Boolean;

Description

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

Comments

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

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

See also:

IDataGridBandBase | IDataGridBandBase.Visible