Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CalendarView.SelectionMode Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets a value that indicates what kind of selections are allowed.

public:
 property CalendarViewSelectionMode SelectionMode { CalendarViewSelectionMode get(); void set(CalendarViewSelectionMode value); };
CalendarViewSelectionMode SelectionMode();

void SelectionMode(CalendarViewSelectionMode value);
public CalendarViewSelectionMode SelectionMode { get; set; }
var calendarViewSelectionMode = calendarView.selectionMode;
calendarView.selectionMode = calendarViewSelectionMode;
Public Property SelectionMode As CalendarViewSelectionMode
<CalendarView SelectionMode="calendarViewSelectionModeMemberName" />
 

Property Value

An enumeration value that indicates the current selection mode. The default is Single.

Applies to


Feedback

Was this page helpful?