Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.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
     
    
    <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