PersistentObjectStorage<T>.EndUpdate() Method
OBSOLETE
Use the EndUpdate() method instead.
Unlocks the PersistentObjectStorage<T> object after a call to the BeginUpdate method and causes an immediate visual update.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Remarks
See PersistentObjectStorage<T>.BeginUpdate, to learn more.
See Also