IsBand: Boolean;
The IsBand property determines whether column belongs to separators.
Available Values:
true. Column does not contain data and is a separator.
false. Column contains data (default).
Use JSON or the setIsBand method to set the property value, and the getIsBand method to get the property value.
The example of property use is given in description of the DGColumn class constructor.
See also: