Back to Devexpress

SchedulerControl.CancelUpdate() Method

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-704e33f9.md

latest1.3 KB
Original Source

SchedulerControl.CancelUpdate() Method

Unlocks the SchedulerControl object after it has been locked by the BeginUpdate method, without causing an immediate visual update.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public void CancelUpdate()
vb
Public Sub CancelUpdate

Remarks

See SchedulerControl.BeginUpdate to learn more.

See Also

BeginUpdate()

EndUpdate()

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace