Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Calendar Class / MaxSelectionCount Property

In This Topic
    MaxSelectionCount Property (C1Calendar)
    In This Topic
    Gets or sets the maximum number of days that can be selected in the control. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property MaxSelectionCount As Integer
    public int MaxSelectionCount {get; set;}
    Remarks
    Note, even if this property value allows to select multiple items, the actual number of selected days might be limited by the value of the SelectionMode property.
    See Also