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

TimelineView.Invalidate(Rectangle) Method

Invaldates the specified region of the current TimelineView object.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public override void Invalidate(
    Rectangle bounds
)

Parameters

Name Type Description
bounds Rectangle

A Rectangle structure which is the region to invalidate.

See Also