Skip to main content

SchedulerStorage.EndUpdate() Method

In This Article

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

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public void EndUpdate()

#Remarks

See SchedulerStorage.BeginUpdate to learn more.

See Also