Skip to main content

SchedulerControl.EndUpdate() Method

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.1.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public void EndUpdate()

Remarks

See SchedulerControl.BeginUpdate to learn more.

See Also