MaxSelectionCount Property
In This Topic
Gets or sets the maximum number of days that can be selected in the control. This is a dependency property.
Syntax
'Declaration
Public Property MaxSelectionCount As Integer
public int MaxSelectionCount {get; set;}
See Also