Skip to main content

ASPxSchedulerStorage.EndUpdate() Method

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

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public void EndUpdate()

Remarks

See SchedulerStorageBase.BeginUpdate, to learn more.

Implements

DevExpress.Utils.IBatchUpdateable.EndUpdate()
See Also