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.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Remarks
See SchedulerStorageBase.BeginUpdate, to learn more.
Implements
DevExpress.Utils.IBatchUpdateable.EndUpdate()
See Also