ComponentOne Xamarin.iOS
MaxSelectionCount Property


C1.iOS.Calendar Assembly > C1.iOS.Calendar Namespace > C1Calendar Class : MaxSelectionCount Property
Gets or sets the maximum number of days that can be selected.
Syntax
'Declaration
 
<Foundation.ExportAttribute("MaxSelectionCount")>
<BrowsableAttribute(True)>
Public Property MaxSelectionCount As Integer
'Usage
 
Dim instance As C1Calendar
Dim value As Integer
 
instance.MaxSelectionCount = value
 
value = instance.MaxSelectionCount
[Foundation.Export("MaxSelectionCount")]
[Browsable(true)]
public int MaxSelectionCount {get; set;}
See Also

Reference

C1Calendar Class
C1Calendar Members