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

PersistentObjectStorage<T>.EndUpdate() Method

OBSOLETE

Use the SchedulerStorage.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.v19.2.Core.dll

Declaration

[Obsolete("Use the SchedulerStorage.EndUpdate method instead.")]
public void EndUpdate()

Remarks

See PersistentObjectStorage<T>.BeginUpdate, to learn more.

See Also