Skip to main content

SchedulerStorage.CancelUpdate() Method

In This Article

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

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public void CancelUpdate()

#Remarks

See SchedulerStorage.BeginUpdate to learn more.

See Also