DGColumn.IsBand

Syntax

IsBand: Boolean;

Description

The IsBand property determines whether column belongs to separators.

Comments

Available Values:

Use JSON or the setIsBand method to set the property value, and the getIsBand method to get the property value.

Example

The example of property use is given in description of the DGColumn class constructor.

See also:

DGColumn