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

TreeList.InvalidateBandPanel() Method

Invalidates the band panel.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public virtual void 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