Version

CalendarStates Enumeration

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