Gets or sets the maximum number of days that can be selected in the control. This is a dependency property.

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

Syntax

C#
public int MaxSelectionCount { get; set; }
Visual Basic
Public Property MaxSelectionCount As Integer
	Get
	Set

See Also