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

VGridControl.InvalidateFilterPanel() Method

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

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

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