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

Namespace:  C1.Phone.Calendar
Assembly:  C1.Phone.Calendar (in C1.Phone.Calendar.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public int MaxSelectionCount { get; set; }
Visual Basic
Public Property MaxSelectionCount As Integer
	Get
	Set
XAML Attribute Usage
<object MaxSelectionCount="int" .../>

See Also