RadControls for Silverlight

The CalendarView type exposes the following members.

Properties

  NameDescription
Public propertyColumns
Gets or sets whether the number of columns of the CalendarView. This is a dependency property.
Public propertyFocusVisualStyle
Gets or sets the style used by the focus visual of the control. This is a dependency property.
(Inherited from HeaderedItemsControl.)
Public propertyHasHeader
Gets a value that indicates whether this HeaderedItemsControl has a header. This is a dependency property.
(Inherited from HeaderedItemsControl.)
Public propertyHasItems
Gets whether the ItemsControl has any children.
(Inherited from ItemsControl.)
Public propertyHeader
Gets or sets the item that labels the control. This is a dependency property.
(Inherited from HeaderedItemsControl.)
Public propertyHeaderTemplate
Gets or sets the template used to display the contents of the control's header. This is a dependency property.
(Inherited from HeaderedItemsControl.)
Public propertyHeaderTemplateSelector
Gets or sets the object that provides custom selection logic for a template used to display the header of each item. This is a dependency property.
(Inherited from HeaderedItemsControl.)
Public propertyHeaderVisibility
Gets or sets the visibility of the header of the Calendar view. This is a dependency property.
Public propertyHideColumn
Gets or sets whether first column will be displayed.
Public propertyHideRow
Gets or sets whether first row will be displayed.
Public propertyIsFocused
Gets a value indicating whether the control is focused.
(Inherited from ItemsControl.)
Public propertyIsTextSearchEnabled
Gets or sets a value indicating whether TextSearch is enabled on the ItemsControl instance. This is a dependency property.
(Inherited from ItemsControl.)
Public propertyItemContainerGenerator
Gets the ItemContainerGenerator that is associated with the control.
(Inherited from ItemsControl.)
Public propertyItemContainerStyle
Gets or sets the style for the item containers of the control. This is a dependency property.
(Inherited from ItemsControl.)
Public propertyItemContainerStyleSelector
Gets or sets the style selector for the items of the control. This is a dependency property.
(Inherited from ItemsControl.)
Public propertyItemTemplateSelector
Gets or sets the template selector for the items of the control. This is a dependency property.
(Inherited from ItemsControl.)
Public propertyOrientation
Gets or sets whether the orientation of the CalendarView. This is a dependency property.
Protected propertyOverrideStyles
Gets whether Style should be applied on container even if Style property is already set.
(Inherited from ItemsControl.)
Public propertyRows
Gets or sets whether the number of rows of the CalendarView. This is a dependency property.

See Also