Skip to main content

WeekView.Invalidate(Rectangle) Method

Invaldates the specified region of the current WeekView object.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public override void Invalidate(
    Rectangle bounds
)

Parameters

Name Type Description
bounds Rectangle

A Rectangle structure which represents the region to invalidate.

See Also