Skip to main content

PersistentObject.CancelUpdate() Method

Unlocks the PersistentObject 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.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public void CancelUpdate()

Remarks

See PersistentObject.BeginUpdate, to learn more.

See Also