WinExplorerView.Invalidate(Rectangle) Method
In This Article
Invalidates the specific region within the WinExplorerView.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
rect | Rectangle | A Rectangle structure that is to be repainted. |
See Also