In This Article

MonthCalendarSelectionMode Enum

Specifies the various selection modes of a MonthCalendar.

public enum MonthCalendarSelectionMode

Fields

Name Description
Extended

Indicates that multiple items can be selected by holding down a modifier key (e.g. Control and/or Shift).

Multiple

Indicates that multiple items can be selected, without holding down a modifier key.

Range

Indicates that multiple items can be selected by holding down a modifier key (e.g. Control and/or Shift), but must be in a contiguous range.

Single

Indicates that only one item can be selected.