[]
        
(Showing Draft Content)

C1.WPF.Schedule.C1Scheduler.EndUpdate

EndUpdate Method

EndUpdate()

Enables the redrawing of the control.

Declaration
public void EndUpdate()
Remarks

To maintain performance while changing several control properties call the BeginUpdate() method. This method prevents the control from painting until the EndUpdate() method is called.