Skip to main content

TcxGridBandedTableOptionsView.BandHeaderHeight Property

Specifies the height of band headers (in pixels).

Declaration

property BandHeaderHeight: Integer read; write; default 0;

Property Value

Type Default
Integer 0

Remarks

Use the BandHeaderHeight property to specify the height (in pixels) of the View’s band headers. Using its default property value results in the band headers’ height being set according to the OptionsView.BandHeaderLineCount property. Set the BandHeaderHeight property to a value other than the default to specify this height in pixels.

The BandHeaderHeight property automatically updates by multiplying its current value by the DPI-aware form’s scaling factor every time it changes.

The default value of the BandHeaderHeight property is 0.

See Also