Skip to main content

TcxGridBandedTableOptionsView.BandHeaders Property

Determines whether band headers are visible within the Banded Table View.

Declaration

property BandHeaders: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Use the BandHeaders property to determine whether band headers are visible within the current View. If the band headers are not visible, then band moving can only be implemented programmatically changing the Band.Index property value, which represents the band position within a View.

The default value of the BandHeaders property is True.

See Also