MultiSelect Property (MonthView Control)

       

Returns or sets a value that determines if multiple dates can be selected at once.

Syntax

object.MultiSelect [= boolean]

The MultiSelect property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
boolean A Boolean expression specifying the selection behavior exhibited by the control.

Settings

The settings for boolean are:

Setting Description
True (Default) The user is allowed to select multiple days.
False The user is not allowed to select multiple days.

Remarks

By default, the control allows the user to select a range of dates. The default maximum range is one week (7 days). You can change the maximum selectable range by setting the MaxSelCount property. The Value property will be in this range, indicating which date has focus.