[]
Gets or sets the maximum number of days that can be selected in the control. This is a dependency property.
public int MaxSelectionCount { get; set; }
Note, even if this property value allows to select multiple items, the actual number of selected days might be limited by the value of the SelectionMode property.