WinExplorerView.InvalidateRect(Rectangle) Method
Invalidates the specified region of a WinExplorer View (adds it to the control’s update region, which will be repainted during the next paint operation), and causes a paint message to be sent to the Grid Control.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
r | Rectangle | A Rectangle structure that is the region to be added to the control’s update region. |
See Also