Skip to main content
A newer version of this page is available. .

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

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