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

DayView Properties

The view that displays appointments for a specific day or several days.
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.
DayCount Gets or sets the number of days the Day View displays.
Days Gets or sets days the View shows.
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.
IsActive Gets or sets a value that indicates whether the current view is active in the scheduler. Inherited from ViewBase.
MaxAllDayAppointmentRowCount Gets or sets the maximum number of rows that the view allocates for all-day appointments. Inherited from DayViewBase.
Scheduler Returns the scheduler to which the View belongs. Inherited from ViewBase.
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.
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.
VisibleTime Gets or sets the visible time interval of a day. Inherited from DayViewBase.
See Also