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

Document.Invalidate(Rectangle) Method

Invalidates a specific region within this Document.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public void Invalidate(
    Rectangle bounds
)

Parameters

Name Type Description
bounds Rectangle

A Rectangle structure that specifies the bounds for the region to invalidate.

See Also