windowsforms-devexpress-dot-xtratreelist-dot-treelist-790ab8f6.md
Invalidates the summary footer panel.
Namespace : DevExpress.XtraTreeList
Assembly : DevExpress.XtraTreeList.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList
public virtual void InvalidateSummaryFooterPanel()
Public Overridable Sub InvalidateSummaryFooterPanel
Use the InvalidateSummaryFooterPanel method to force the TreeList control to repaint its summary footer panel. This is useful when you need to change the look & feel of the summary footer or one of its cells at times when they are not repainted automatically. For instance, summary footer panel is not repainted when navigating through cells or selecting/deselecting nodes. Thus, you must force repainting manually if you want to update the summary footer with respect to such changes.
Generally, the following must be done in order to use the InvalidateSummaryFooterPanel method effectively.
See Also