MonthCalendarViewResetMode Enum

In This Article

Specifies the view reset mode of a MonthCalendar when it loses focus.

public enum MonthCalendarViewResetMode

Fields

Name Description
Active

Indicates that the calendar view will be zoomed into the month view that contains the active date.

FirstSelected

Indicates that the calendar view will be zoomed into the month view that contains the first selected date.

None

Indicates that the calendar view will not be reset.

Today

Indicates that the calendar view will be zoomed into the month view that contains DateTime.Today.