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

SchedulerListEditorBase.BeginUpdate() Method

Prevents the SchedulerListEditorBase‘s control from being updated until the SchedulerListEditorBase.EndUpdate method is called.

Namespace: DevExpress.ExpressApp.Scheduler

Assembly: DevExpress.ExpressApp.Scheduler.v19.1.dll

Declaration

public abstract void BeginUpdate()

Remarks

This method is intended for internal use.

Implements

See Also