Version

XamMonthCalendarProxy.CalendarSelectableItemType Enumeration

Enumeration representing the selectable item types for the XamMonthCalendar.
Syntax
'Declaration
 
Public Enum XamMonthCalendarProxy.CalendarSelectableItemType 
   Inherits System.Enum
public enum XamMonthCalendarProxy.CalendarSelectableItemType : System.Enum 
__value public enum XamMonthCalendarProxy.CalendarSelectableItemType : public System.Enum 
Members
MemberDescription
calHdrSelectable item type of a header
calItemSelectable item type of all other items, typically dates
Requirements

Target Platforms: Windows 7, 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