Refreshes C1Calendar user interface.

Namespace:  C1.Xaml.Calendar
Assembly:  C1.Xaml.Calendar (in C1.Xaml.Calendar.dll)

Syntax

C#
public void Refresh(
	bool full
)
Visual Basic
Public Sub Refresh ( _
	full As Boolean _
)

Parameters

full
Type: System..::..Boolean
The Boolean value specifying whether DayOfWeek slots should be updated as well.

See Also