Skip to main content
A newer version of this page is available. .

DayViewBase Members

A base class for views which display one or more days in a detailed manner.

Constructors

Name Description
DayViewBase() Initializes a new instance of the DayViewBase class.

Fields

Name Description
ActualVisibleTimeProperty static Identifies the ActualVisibleTime dependency property.
AllDayAppointmentMinHeightProperty static Identifies the AllDayAppointmentMinHeight dependency property.
AllDaySeparatorSizeProperty static Identifies the AllDaySeparatorSize dependency property.
AppointmentMinHeightProperty static Identifies the AppointmentMinHeight dependency property.
CellMinHeightProperty static Identifies the CellMinHeight dependency property.
ShowAllDayAreaProperty static Identifies the ShowAllDayArea dependency property.
ShowTimeIndicatorOverAppointmentProperty static
ShowWorkTimeOnlyProperty static
TimeRulerSizeProperty static
TimeRulersProperty static
TimeRulersSourceProperty static
TimeRulerTemplateProperty static
TimeScaleProperty static Identifies the TimeScale dependency property.
TimeScalesProperty static
VisibleTimeProperty static Identifies the VisibleTime dependency property.

Properties

Name Description
ActualVisibleTime Gets the actual time interval displayed by the Day View, Work Week View, or Week View. This is a dependency property.
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.
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.
AppointmentMinHeight Gets or sets the minimum height of appointments in the Day View, Work Week View, and Week View. This is a dependency property.
CellMinHeight Gets or sets the minimum height of time cells in the Day View, Work Week View, and Week 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.
ShowTimeIndicatorOverAppointment
ShowWorkTimeOnly
TimeRulers
TimeRulerSize
TimeRulersSource
TimeRulerTemplate
TimeScale Gets or sets the time interval for time slots in the scheduling area. This is a dependency property.
TimeScales
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.
VisualData

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.
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