Skip to main content
.NET 6.0+

SchedulerListEditor.EndUpdate() Method

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

Namespace: DevExpress.ExpressApp.Scheduler.Win

Assembly: DevExpress.ExpressApp.Scheduler.Win.v23.2.dll

Declaration

public override void EndUpdate()

Remarks

This method is intended for internal use.

See Also