Skip to main content
A newer version of this page is available. .

Band Header

Band headers identify column groups and can also be used by end-users to rearrange bands or toggle their visibility by dragging to the customization form and back to the View.

Feature Related Members
Visibility Visible bands’ headers reside within the band header panel. Headers of hidden bands are displayed within the customization form provided that the corresponding band’s VisibleForCustomization property value is True.
Appearance The look and feel of band headers depends upon the grid control’s LookAndFeel property settings. The style and background bitmap can be changed using the View’s Styles.BandHeader and BackgroundBitmaps.BandHeader properties. You can also specify a custom style for a particular band header using the corresponding band’s Styles.Header property. Lastly, you can specify band header styles by handling the View’s Styles.OnGetBandHeaderStyle event or the desired band’s Styles.OnGetHeaderStyle event.
Custom Draw The View’s OnCustomDrawBandHeader event.