Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WinExplorerView.InvalidateRect(Rectangle) Method

In This Article

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.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