TreeList.InvalidateBandPanel() Method
Invalidates the band panel.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Remarks
Use the InvalidateBandPanel method to force a TreeList to redraw the band panel. This can be useful when changing specific settings that affect the band panel appearance, but do not invoke automatic band repainting.
To invalidate individual band headers, use the TreeList.InvalidateBand method.
See Also