Skip to main content
A newer version of this page is available. .

ASPxSchedulerListEditor.EndUpdate() Method

Unlocks the ASPxSchedulerListEditor‘s control after a call to the ASPxSchedulerListEditor.BeginUpdate method and causes an immediate update.

Namespace: DevExpress.ExpressApp.Scheduler.Web

Assembly: DevExpress.ExpressApp.Scheduler.Web.v18.2.dll

Declaration

public override void EndUpdate()

Remarks

This method is intended for internal use.

See Also