[]
        
(Showing Draft Content)

C1.WPF.Schedule.C1Scheduler.BeginUpdate

BeginUpdate Method

BeginUpdate()

Disables any redrawing of the control.

Declaration
public void BeginUpdate()
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.