Enables the redrawing of the control.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public void EndUpdate()
Visual Basic (Declaration)
Public Sub 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.

See Also