Back to Devexpress

TreeList.InvalidateBandPanel() Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-49082464.md

latest1.8 KB
Original Source

TreeList.InvalidateBandPanel() Method

Invalidates the band panel.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public virtual void InvalidateBandPanel()
vb
Public Overridable Sub InvalidateBandPanel

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

CustomDrawBandHeader

InvalidateBand(TreeListBand)

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace