Back to Devexpress

VGridControl.InvalidateFilterPanel() Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrol-4edfc2c7.md

latest1.3 KB
Original Source

VGridControl.InvalidateFilterPanel() Method

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

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public virtual void InvalidateFilterPanel()
vb
Public Overridable Sub 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

VGridControl Class

VGridControl Members

DevExpress.XtraVerticalGrid Namespace