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

PersistentObject.EndUpdate() Method

Unlocks the PersistentObject object after a call to the BeginUpdate method and causes an immediate visual update.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.Core.dll

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.Scheduler.Core

Declaration

public void EndUpdate()

Remarks

See PersistentObject.BeginUpdate, to learn more.

See Also