Enables the redrawing of the control.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

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