DayView Members
A view that displays a detailed picture of events across one or more days.Constructors
Name | Description |
---|---|
DayView() | Initializes a new instance of the DayView class. |
Fields
Name | Description |
---|---|
ActualStyleSettingsProperty static | Inherited from DayViewBase. |
ActualVisibleTimeProperty static | Identifies the ActualVisibleTime dependency property. Inherited from DayViewBase. |
AllDayAppointmentMinHeightProperty static | Identifies the AllDayAppointmentMinHeight dependency property. Inherited from DayViewBase. |
AllDaySeparatorSizeProperty static | Identifies the AllDaySeparatorSize dependency property. Inherited from DayViewBase. |
AppointmentMinHeightProperty static | Identifies the AppointmentMinHeight dependency property. Inherited from DayViewBase. |
DayCountProperty static | Identifies the DayCount dependency property. |
DaysProperty static | Identifies the Days dependency property. |
ShowAllDayAreaProperty static | Identifies the ShowAllDayArea dependency property. Inherited from DayViewBase. |
ShowTimeIndicatorOverAppointmentProperty static | Identifies the ShowTimeIndicatorOverAppointment dependency property. Inherited from DayViewBase. |
ShowWorkTimeOnlyProperty static | Inherited from DayViewBase. |
StyleSettingsProperty static | Inherited from DayViewBase. |
StyleSettingsTemplateProperty static | Inherited from DayViewBase. |
TimeIndicatorsProperty static | Identifies the TimeIndicators dependency property. Inherited from DayViewBase. |
TimeIndicatorsVisibilityProperty static | Identifies the TimeIndicatorsVisibility dependency property. Inherited from DayViewBase. |
TimeRulerSizeProperty static | Inherited from DayViewBase. |
TimeRulersProperty static | Inherited from DayViewBase. |
TimeRulersSourceProperty static | Inherited from DayViewBase. |
TimeRulerTemplateProperty static | Inherited from DayViewBase. |
TimeScaleProperty static | Identifies the TimeScale dependency property. Inherited from DayViewBase. |
TimeScalesProperty static | Inherited from DayViewBase. |
TopRowTimeProperty static | Inherited from DayViewBase. |
VisibleTimeProperty static | Identifies the VisibleTime dependency property. Inherited from DayViewBase. |
VisualDataProperty static | Inherited from DayViewBase. |
Properties
Name | Description |
---|---|
ActualStyleSettings | Inherited from DayViewBase. |
ActualVisibleTime | Gets the actual time interval displayed by the Day View, Work Week View, or Week View. This is a dependency property. Inherited from DayViewBase. |
AllDayAppointmentMinHeight | Gets or sets the height of all-day appointments in the Day View, Work Week View, and Week View. This is a dependency property. Inherited from DayViewBase. |
AllDaySeparatorSize | Gets or sets the height of a separator bar between the all-day area and the main area of the Day View, Work Week View, and Week View. This is a dependency property. Inherited from DayViewBase. |
AppointmentMinHeight | Gets or sets the minimum height of appointments in the Day View, Work Week View, and Week View. This is a dependency property. Inherited from DayViewBase. |
DayCount | Gets or sets the number of days that are simultaneously displayed within the Day View. This is a dependency property. |
Days | Gets or sets the days that are currently displayed by the Day View. This is a dependency property. |
ShowAllDayArea | Gets or sets a value indicating whether the All-Day Area is shown in the Day View, Work Week View, and Week View. This is a dependency property. Inherited from DayViewBase. |
ShowTimeIndicatorOverAppointment | Specifies whether time indicators overlap appointments. This is a dependency property. Inherited from DayViewBase. |
ShowWorkTimeOnly | Inherited from DayViewBase. |
StyleSettings | Inherited from DayViewBase. |
StyleSettingsTemplate | Inherited from DayViewBase. |
TimeIndicators | Specifies the collection of time indicators displayed by the view. This is a dependency property. Inherited from DayViewBase. |
TimeIndicatorsVisibility | Specifies days for which to display time indicators. This is a dependency property. Inherited from DayViewBase. |
TimeRulers | Inherited from DayViewBase. |
TimeRulerSize | Inherited from DayViewBase. |
TimeRulersSource | Inherited from DayViewBase. |
TimeRulerTemplate | Inherited from DayViewBase. |
TimeScale | Gets or sets the time interval for time slots in the scheduling area. This is a dependency property. Inherited from DayViewBase. |
TimeScales | Inherited from DayViewBase. |
TopRowTime | Inherited from DayViewBase. |
VisibleTime | Gets or sets the time of the view’s day interval for the Day View, Work Week View, and Week View. This is a dependency property. Inherited from DayViewBase. |
VisualData | Inherited from DayViewBase. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
RecreateVisualData() | Inherited from DayViewBase. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also