Skip to main content

TcxGridBandedTableOptionsView.BandHeaderLineCount Property

Specifies the height of band headers (in text lines).

Declaration

property BandHeaderLineCount: Integer read; write; default 1;

Property Value

Type Default
Integer 1

Remarks

Use the BandHeaderLineCount property to specify the height (in text lines) of the View’s band headers. This value will be overridden if the BandHeaderHeight property is set to any value other than the default. The BandHeaderHeight property specifies the height of band headers in pixels.

The default value of the BandHeaderLineCount property is 1.

See Also