[]
        
(Showing Draft Content)

C1.Win.Schedule.C1Calendar.MaxSelectionCount

MaxSelectionCount Property

MaxSelectionCount

Gets or sets the maximum number of days that can be selected in the C1Calendar control. The default value is 42.

Declaration
public int MaxSelectionCount { get; set; }
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.

Exceptions
Type Condition
ArgumentException

The value is less than 1.