ComponentOne Xamarin.Android
MaxSelectionCount Property


C1.Android.Calendar Assembly > C1.Android.Calendar Namespace > C1Calendar Class : MaxSelectionCount Property
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
public int MaxSelectionCount {get; set;}
See Also

Reference

C1Calendar Class
C1Calendar Members