Skip to main content

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.v23.2.dll

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

Declaration

public override void InvalidateRect(
    Rectangle r
)

Parameters

Name Type Description
r Rectangle

A Rectangle structure that is the region to be added to the control’s update region.

See Also