_CalendarView.DaysInMultiDayMode Property

Definition

Returns or sets an Integer (int in C#) value that represents the number of consecutive days displayed in the CalendarView object. Read/write

public:
 property int DaysInMultiDayMode { int get(); void set(int value); };
public int DaysInMultiDayMode { get; set; }
Public Property DaysInMultiDayMode As Integer

Property Value

Remarks

This property can be set to a value between 2 and 14. If this property is set to a value less than 2, the property is set to 2. If this property is set to a value greater than 14, the property is set to 14. The default value for this property is 5.

Applies to