Skip to main content

VGridControl.InvalidateFilterPanel() Method

Invalidates the filter panel, and forces it to be redrawn.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public virtual void InvalidateFilterPanel()

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