Version

MonthCalendarStates Enumeration

Enumeration used to indicate the current state of the component.
Syntax
'Declaration
 
Public Enum MonthCalendarStates 
   Inherits System.Enum
public enum MonthCalendarStates : System.Enum 
Members
MemberDescription
ActiveDateIndicates that the XamMonthCalendar.ActiveDate is non-null.
CalendarModeCenturiesIndicates that the XamMonthCalendar.CurrentCalendarMode is set to Centuries
CalendarModeDaysIndicates that the XamMonthCalendar.CurrentCalendarMode is set to Days
CalendarModeDecadesIndicates that the XamMonthCalendar.CurrentCalendarMode is set to Decades
CalendarModeMonthsIndicates that the XamMonthCalendar.CurrentCalendarMode is set to Months
CalendarModeYearsIndicates that the XamMonthCalendar.CurrentCalendarMode is set to Years
CanZoomInCalendarModeIndicates that the XamMonthCalendar.CurrentCalendarMode can be changed towards the XamMonthCalendar.MinCalendarMode - e.g. from Months to Days.
CanZoomOutCalendarModeIndicates that the XamMonthCalendar.CurrentCalendarMode can be changed to a higher scope - e.g. from Days to Months.
MaxDateInViewThe XamMonthCalendar.MaxDate is in view
MinCalendarModeIndicates that the XamMonthCalendar.CurrentCalendarMode is the same value as the XamMonthCalendar.MinCalendarMode
MinDateInViewThe XamMonthCalendar.MinDate is in view
RightToLeftIndicates that the FlowDirection of the XamMonthCalendar is RightToLeft.
TodayIsEnabledIndicates that the current date is within the minimum and maximum date range of the XamMonthCalendar
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also