Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule 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 C1Calendar control. The default value is 42.
    Syntax
    'Declaration
     
    Public Property MaxSelectionCount As System.Integer
    public System.int MaxSelectionCount {get; set;}
    Exceptions
    ExceptionDescription
    The value is less than 1.
    Remarks
    This property is ignored if C1Calendar control is attached to C1Schedule control and property value is greater than it is allowable for C1Schedule navigation.
    See Also