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

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

Syntax

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

See Also