Skip to main content

DayView Members

The view that displays appointments for a specific day or several days.

Constructors

Name Description
DayView() Initializes a new DayView with the default settings.

Fields

Name Description
ActualVisibleTimeProperty static Identifies the ActualVisibleTime dependency property. Inherited from DayViewBase.
AllDayAppointmentHeightProperty static Identifies the AllDayAppointmentHeight dependency property. Inherited from DayViewBase.
AllDayAppointmentStyleProperty static Identifies the AllDayAppointmentStyle dependency property. Inherited from DayViewBase.
AllDayAppointmentTemplateProperty static Identifies the AllDayAppointmentTemplate dependency property. Inherited from DayViewBase.
AllDayCellStyleProperty static Identifies the AllDayCellStyle dependency property. Inherited from DayViewBase.
AllDayCellTemplateProperty static Identifies the AllDayCellTemplate dependency property. Inherited from DayViewBase.
AppointmentMinHeightProperty static Identifies the AppointmentMinHeight dependency property. Inherited from DayViewBase.
AppointmentStyleProperty static Identifies the AppointmentStyle dependency property. Inherited from DayViewBase.
AppointmentTemplateProperty static Identifies the AppointmentTemplate dependency property. Inherited from DayViewBase.
CellMinHeightProperty static Identifies the CellMinHeight dependency property. Inherited from DayViewBase.
CellStyleProperty static Identifies the CellStyle dependency property. Inherited from DayViewBase.
CellTemplateProperty static Identifies the CellTemplate dependency property. Inherited from DayViewBase.
DataStorageProperty static Identifies the DataStorage dependency property. Inherited from ViewBase.
DayCountProperty static Identifies the DayCount dependency property.
DaysProperty static Identifies the Days dependency property.
FirstDayOfWeekProperty static Identifies the FirstDayOfWeek dependency property. Inherited from ViewBase.
HeaderItemStyleProperty static Identifies the HeaderItemStyle dependency property. Inherited from DayViewBase.
HeaderItemTemplateProperty static Identifies the HeaderItemTemplate dependency property. Inherited from DayViewBase.
MaxAllDayAppointmentRowCountProperty static Identifies the MaxAllDayAppointmentRowCount dependency property. Inherited from DayViewBase.
ShowWorkTimeOnlyProperty static Identifies the ShowWorkTimeOnly dependency property. Inherited from DayViewBase.
SnapToCellsModeProperty static Identifies the SnapToCellsMode dependency property. Inherited from DayViewBase.
StartProperty static Identifies the Start dependency property. Inherited from ViewBase.
TimeIndicatorStyleProperty static Identifies the TimeIndicatorStyle dependency property. Inherited from DayViewBase.
TimeRulerCellStyleProperty static Identifies the TimeRulerCellStyle dependency property. Inherited from DayViewBase.
TimeRulerCellTemplateProperty static Identifies the TimeRulerCellTemplate dependency property. Inherited from DayViewBase.
TimeRulerHeaderStyleProperty static Identifies the TimeRulerHeaderStyle dependency property. Inherited from DayViewBase.
TimeRulerHeaderTemplateProperty static Identifies the TimeRulerHeaderTemplate dependency property. Inherited from DayViewBase.
TimeRulerWidthProperty static Identifies the TimeRulerWidth dependency property. Inherited from DayViewBase.
TimeScaleIntervalProperty static Identifies the TimeScaleInterval dependency property. Inherited from DayViewBase.
TimeScaleSlotCountProperty static Identifies the TimeScaleSlotCount dependency property. Inherited from DayViewBase.
TopRowTimeProperty static Identifies the TopRowTime dependency property. Inherited from DayViewBase.
VisibleTimeProperty static Identifies the VisibleTime dependency property. Inherited from DayViewBase.
WorkDaysProperty static Identifies the WorkDays dependency property. Inherited from ViewBase.
WorkTimeProperty static Identifies the WorkTime dependency property. Inherited from DayViewBase.

Properties

Name Description
ActualVisibleTime Returns the time interval the View currently shows. Inherited from DayViewBase.
AllDayAppointmentHeight Gets or sets the height of all-day appointments in the View. Inherited from DayViewBase.
AllDayAppointmentStyle Gets or sets appearance settings of all-day appointments. Inherited from DayViewBase.
AllDayAppointmentTemplate Gets or sets a data template that specifies the representation of all-day appointments. Inherited from DayViewBase.
AllDayCellStyle Gets or sets appearance settings of all-day cells. Inherited from DayViewBase.
AllDayCellTemplate Gets or sets a data template that specifies the representation of all-day cells. Inherited from DayViewBase.
AppointmentMinHeight Gets or sets the minimum height of appointments in the View. Inherited from DayViewBase.
AppointmentStyle Gets or sets appearance settings of appointments. Inherited from DayViewBase.
AppointmentTemplate Gets or sets a data template that specifies the representation of appointments. Inherited from DayViewBase.
CellMinHeight Gets or sets the minimum height of cells. Inherited from DayViewBase.
CellStyle Gets or sets appearance settings of cells. Inherited from DayViewBase.
CellTemplate Gets or sets a data template that specifies the representation of cells. Inherited from DayViewBase.
DataStorage Gets or sets the storage that holds scheduler view’s data (appointments, labels and statuses). Inherited from ViewBase.
DayCount Gets or sets the number of days the Day View displays.
Days Gets or sets days the View shows.
FirstDayOfWeek Gets or sets the day from which the scheduler starts a week. Inherited from ViewBase.
HeaderItemStyle Gets or sets appearance settings of header items. Inherited from DayViewBase.
HeaderItemTemplate Gets or sets a data template that specifies the representation of header items. Inherited from DayViewBase.
MaxAllDayAppointmentRowCount Gets or sets the maximum number of rows that the view allocates for all-day appointments. Inherited from DayViewBase.
ShowWorkTimeOnly Gets or sets whether the View should show only WorkTime. Inherited from DayViewBase.
SnapToCellsMode Gets or sets how the View snaps the scheduler’s appointments. Inherited from DayViewBase.
Start Gets or sets the scheduler start date. Inherited from ViewBase.
TimeIndicatorStyle Gets or sets appearance settings of the time indicator. Inherited from DayViewBase.
TimeRulerCellStyle Gets or sets appearance settings of time ruler cells. Inherited from DayViewBase.
TimeRulerCellTemplate Gets or sets a data template that that specifies the representation of time ruler cells. Inherited from DayViewBase.
TimeRulerHeaderStyle Gets or sets appearance settings of the time ruler header. Inherited from DayViewBase.
TimeRulerHeaderTemplate Gets or sets a data template that that specifies the representation of the time ruler header. Inherited from DayViewBase.
TimeRulerWidth Gets or sets the width of the time ruler. Inherited from DayViewBase.
TimeScaleInterval Gets or sets the interval between two major time tickmarks. Inherited from DayViewBase.
TimeScaleSlotCount Gets or sets the number of slots (minor time intervals) in a TimeScaleInterval (major time interval). Inherited from DayViewBase.
TopRowTime Gets or sets the time the View’s topmost cell displays. Inherited from DayViewBase.
VisibleIntervals Gets the collection of time intervals the scheduler view displays. Inherited from ViewBase.
VisibleTime Gets or sets the visible time interval of a day. Inherited from DayViewBase.
WorkDays Gets or sets days that form a work week. Inherited from ViewBase.
WorkTime Gets or sets the work time interval for the Day View, Work Week View and Week View. Inherited from DayViewBase.

Events

Name Description
DoubleTap Fires when users double tap on the scheduler view. Inherited from ViewBase.
LongPress Fires when users long press on the scheduler view. Inherited from ViewBase.
Tap Fires when users tap on the scheduler view. Inherited from ViewBase.
See Also