PersistentObjectStorage<T>.CancelUpdate() Method
OBSOLETE
Use the SchedulerStorage.CancelUpdate method instead.
Unlocks the PersistentObjectStorage<T> object after it has been locked by the BeginUpdate method, without causing an immediate visual update.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
[Obsolete("Use the SchedulerStorage.CancelUpdate method instead.")]
public void CancelUpdate()
Remarks
See PersistentObjectStorage<T>.BeginUpdate, to learn more.
See Also