C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / C1Calendar Class / MaxSelectionCount Property


In This Topic
MaxSelectionCount Property
In This Topic
Gets or sets the maximum number of days that can be selected.
Syntax
'Declaration
 
Public Property MaxSelectionCount As Integer
 
'Usage
 
Dim instance As C1Calendar
Dim value As Integer
 
instance.MaxSelectionCount = value
 
value = instance.MaxSelectionCount
See Also