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

SchedulerControl.CancelUpdate() Method

Unlocks the SchedulerControl object after it has been locked by the BeginUpdate method, without causing an immediate visual update.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Scheduler

Declaration

public void CancelUpdate()

Remarks

See SchedulerControl.BeginUpdate to learn more.

See Also