VGridControl.InvalidateFilterPanel() Method
Invalidates the filter panel, and forces it to be redrawn.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Remarks
The InvalidateFilterPanel method may be useful when you custom paint the filter panel and need to redraw it due to custom changes that don’t lead to automatic repainting.
See Also