'Declaration Public Enum CalendarStates Inherits System.Enum
public enum CalendarStates : System.Enum
Member | Description |
---|---|
ActiveDate | Indicates that the CalendarBase.ActiveDate is non-null. |
CalendarModeCenturies | Indicates that the CalendarBase.CurrentMode is set to Centuries |
CalendarModeDays | Indicates that the CalendarBase.CurrentMode is set to Days |
CalendarModeDecades | Indicates that the CalendarBase.CurrentMode is set to Decades |
CalendarModeMonths | Indicates that the CalendarBase.CurrentMode is set to Months |
CalendarModeYears | Indicates that the CalendarBase.CurrentMode is set to Years |
CanZoomInCalendarMode | Indicates that the CalendarBase.CurrentMode can be changed towards the XamCalendar.MinCalendarMode - e.g. from Months to Days. |
CanZoomOutCalendarMode | Indicates that the CalendarBase.CurrentMode can be changed to a higher scope - e.g. from Days to Months. |
MaxDateInView | The XamCalendar.MaxDate is in view |
MinCalendarMode | Indicates that the CalendarBase.CurrentMode is the same value as the XamCalendar.MinCalendarMode |
MinDateInView | The XamCalendar.MinDate is in view |
RightToLeft | Indicates that the FlowDirection of the CalendarBase is RightToLeft. |
TodayIsEnabled | Indicates that the current date is within the minimum and maximum date range of the CalendarBase |
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