RadControls for Silverlight

The RadCalendar type exposes the following members.

Properties

  NameDescription
Public propertyAreWeekNamesVisible
Gets or sets whether WeekNames will be displayed.
Public propertyAreWeekNumbersVisible
Gets or sets whether WeekNumbers will be displayed.
Public propertyBlackoutDates
Gets or sets a list of dates that cannot be selected. This is a dependency property.
Public propertyCalendarWeekRule
Gets or sets how should the first week in the year be counted. This is a dependency property.
Public propertyCenturyViewHeaderFormat
Gets or sets the format for the header of the century views of the calendar. This is a dependency property.
Public propertyCenturyViewPanel
Gets or sets the items panel template for the century views of the calendar. This is a dependency property.
Public propertyCenturyViewStyle
Gets or sets the style of the century calendar view. This is a dependency property.
Public propertyColumns
Gets or sets the number of columns of calendar views in the calendar. This is a dependency property.
Public propertyCulture
Gets or sets the culture that the Calendar uses. This is a dependency property.
Public propertyDateSelectionMode
Gets or sets DateSelectionMode property. This is a dependency property.
Public propertyDayButtonStyle
Gets or sets the style for the day buttons in the month views of the calendar. This is a dependency property.
Public propertyDayButtonStyleSelector
Gets or sets the style selector for the day buttons in the month views of the Calendar.
Public propertyDayTemplate
Gets or sets the content templates for the day buttons in the month views of the calendar. This is a dependency property.
Public propertyDayTemplateSelector
Gets or sets the DataTemplate selectors for the day buttons in the month views of the calendar. This is a dependency property.
Public propertyDecadeButtonStyle
Gets or sets the style for the year decade in the century views of the calendar. This is a dependency property.
Public propertyDecadeButtonStyleSelector
Gets or sets the style selector for the decade buttons in the century views of the Calendar.
Public propertyDecadeTemplate
Gets or sets the content templates for the decade buttons in the century views of the calendar. This is a dependency property.
Public propertyDecadeTemplateSelector
Gets or sets the DataTemplate selectors for the decade buttons in the century views of the calendar. This is a dependency property.
Public propertyDecadeViewHeaderFormat
Gets or sets the format for the header of the decade views of the calendar. This is a dependency property.
Public propertyDecadeViewPanel
Gets or sets the items panel template for the decade views of the calendar. This is a dependency property.
Public propertyDecadeViewStyle
Gets or sets the style of the decade calendar view. This is a dependency property.
Public propertyDisplayDate
Gets or sets the current date to display. This is a dependency property.
Public propertyDisplayDateEnd
Gets or sets the last date that would be able to be displayed. This is a dependency property.
Public propertyDisplayDateStart
Gets or sets the first date that would be able to be displayed. This is a dependency property.
Public propertyDisplayMode
Gets or sets the display mode of the Calendar. This is a dependency property.
Public propertyFirstDayOfWeek
Gets or sets the day that is considered the beginning of the week.
Public propertyHeaderVisibility
Gets or sets the visibility of the Calendar's header. This is a dependency property.
Public propertyIsFocused
Gets the bool value indicating whether the control is focused or not. This is a dependency property.
Public propertyIsLoaded
Gets a value that indicates whether this element has been loaded for presentation.
Public propertyIsReadOnly
Gets or sets whether the Calendar's selection can be changed. This is a dependency property.
Public propertyIsTodayHighlighted
Gets or sets whether the today date would be highlighted. This is a dependency property.
Public propertyMonthButtonStyle
Gets or sets the style for the month buttons in the year views of the calendar. This is a dependency property.
Public propertyMonthButtonStyleSelector
Gets or sets the style selector for the month buttons in the year views of the Calendar.
Public propertyMonthTemplate
Gets or sets the content templates for the month buttons in the year views of the calendar. This is a dependency property.
Public propertyMonthTemplateSelector
Gets or sets the DataTemplate selectors for the month buttons in the year views of the calendar. This is a dependency property.
Public propertyMonthViewHeaderFormat
Gets or sets the format for the header of the month views of the calendar. This is a dependency property.
Public propertyMonthViewPanel
Gets or sets the items panel template for the month views of the calendar. This is a dependency property.
Public propertyMonthViewStyle
Gets or sets the style of the month calendar view. This is a dependency property.
Public propertyOrientation
Gets or sets whether the orientation of the Calendar. This is a dependency property.
Public propertyRows
Gets or sets the number of rows of calendar views in the calendar. This is a dependency property.
Public propertySelectableDateEnd
Gets or sets the last date that can be selected. This is a dependency property.
Public propertySelectableDateStart
Gets or sets the first date that can be selected. This is a dependency property.
Public propertySelectedDate
Gets or sets the currently selected date. This is a dependency property.
Public propertySelectedDates
Gets an list of the currently selected dates.
Public propertySelectionMode
Gets or sets the types of selection that would be allowed in the Calendar. This is a dependency property.
Public propertyViewsHeaderVisibility
Gets or sets the visibility of the header of the calendar views (month, year, decade, century). This is a dependency property.
Public propertyYearButtonStyle
Gets or sets the style for the year buttons in the decade views of the calendar. This is a dependency property.
Public propertyYearButtonStyleSelector
Gets or sets the style selector for the year buttons in the decade views of the Calendar.
Public propertyYearTemplate
Gets or sets the content templates for the year buttons in the decade views of the calendar. This is a dependency property.
Public propertyYearTemplateSelector
Gets or sets the DataTemplate selectors for the year buttons in the decade views of the calendar. This is a dependency property.
Public propertyYearViewHeaderFormat
Gets or sets the format for the header of the year views of the calendar. This is a dependency property.
Public propertyYearViewPanel
Gets or sets the items panel template for the year views of the calendar. This is a dependency property.
Public propertyYearViewStyle
Gets or sets the style of the calendar year view. This is a dependency property.

See Also