Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Calendar Assembly / C1.Xamarin.Forms.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
    public int MaxSelectionCount {get; set;}
    See Also