Skip to main content

Document.Invalidate(Rectangle) Method

Invalidates a specific region within this Document.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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