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

SchedulerStorageBase.CancelUpdate() Method

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v22.1.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public void CancelUpdate()

Remarks

See SchedulerStorageBase.BeginUpdate, to learn more.

See Also