BandedGridView.InvalidateBandHeader(GridBand) Method
In This Article
Invalidates a band header or the entire band panel.
Namespace: DevExpress.XtraGrid.Views.BandedGrid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
band | Grid |
A Grid |
#Remarks
The InvalidateBandHeader method may be useful when you custom paint band headers and need to redraw a particular header due to changes that don’t lead to automatic repainting. Refer to the Manually Invalidating Controls topic for more information.
See Also