The CalendarView type exposes the following members.
Properties
|
| Name | Description |
|---|
 | Columns |
Gets or sets whether the number of columns of the CalendarView. This is a dependency property.
|
 | FocusVisualStyle |
Gets or sets the style used by the focus visual of the control. This is a dependency property.
(Inherited from HeaderedItemsControl.) |
 | HasHeader |
Gets a value that indicates whether this HeaderedItemsControl has a header. This is a dependency property.
(Inherited from HeaderedItemsControl.) |
 | HasItems |
Gets whether the ItemsControl has any children.
(Inherited from ItemsControl.) |
 | Header |
Gets or sets the item that labels the control. This is a dependency property.
(Inherited from HeaderedItemsControl.) |
 | HeaderTemplate |
Gets or sets the template used to display the contents of the control's header. This is a dependency property.
(Inherited from HeaderedItemsControl.) |
 | HeaderTemplateSelector |
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.) |
 | HeaderVisibility |
Gets or sets the visibility of the header of the Calendar view. This is a dependency property.
|
 | HideColumn |
Gets or sets whether first column will be displayed.
|
 | HideRow |
Gets or sets whether first row will be displayed.
|
 | IsFocused |
Gets a value indicating whether the control is focused.
(Inherited from ItemsControl.) |
 | IsTextSearchEnabled |
Gets or sets a value indicating whether TextSearch is enabled on the
ItemsControl instance. This is a dependency property.
(Inherited from ItemsControl.) |
 | ItemContainerGenerator |
Gets the ItemContainerGenerator that is associated with the control.
(Inherited from ItemsControl.) |
 | ItemContainerStyle |
Gets or sets the style for the item containers of the control. This is a dependency property.
(Inherited from ItemsControl.) |
 | ItemContainerStyleSelector |
Gets or sets the style selector for the items of the control. This is a dependency property.
(Inherited from ItemsControl.) |
 | ItemTemplateSelector |
Gets or sets the template selector for the items of the control. This is a dependency property.
(Inherited from ItemsControl.) |
 | Orientation |
Gets or sets whether the orientation of the CalendarView. This is a dependency property.
|
 | OverrideStyles |
Gets whether Style should be applied on container even if Style property is already set.
(Inherited from ItemsControl.) |
 | Rows |
Gets or sets whether the number of rows of the CalendarView. This is a dependency property.
|
See Also