Skip to main content

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
ActualStyleSettingsProperty static
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.
ShowAllDayAreaProperty static Identifies the ShowAllDayArea dependency property.
ShowTimeIndicatorOverAppointmentProperty static Identifies the ShowTimeIndicatorOverAppointment dependency property.
ShowWorkTimeOnlyProperty static
StyleSettingsProperty static
StyleSettingsTemplateProperty static
TimeIndicatorsProperty static Identifies the TimeIndicators dependency property.
TimeIndicatorsVisibilityProperty static Identifies the TimeIndicatorsVisibility dependency property.
TimeRulerSizeProperty static
TimeRulersProperty static
TimeRulersSourceProperty static
TimeRulerTemplateProperty static
TimeScaleProperty static Identifies the TimeScale dependency property.
TimeScalesProperty static
TopRowTimeProperty static
VisibleTimeProperty static Identifies the VisibleTime dependency property.
VisualDataProperty static

Properties

Name Description
ActualStyleSettings
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.
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 Specifies whether time indicators overlap appointments. This is a dependency property.
ShowWorkTimeOnly
StyleSettings
StyleSettingsTemplate
TimeIndicators Specifies the collection of time indicators displayed by the view. This is a dependency property.
TimeIndicatorsVisibility Specifies days for which to display time indicators. This is a dependency property.
TimeRulers
TimeRulerSize
TimeRulersSource
TimeRulerTemplate
TimeScale Gets or sets the time interval for time slots in the scheduling area. This is a dependency property.
TimeScales
TopRowTime
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.
RecreateVisualData()
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