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

DayViewBase Properties

The base class for all Day-based Views.
Name Description
ActualVisibleTime Returns the time interval the View currently shows.
AllDayAppointmentHeight Gets or sets the height of all-day appointments in the View.
AllDayAppointmentStyle Gets or sets appearance settings of all-day appointments.
AllDayAppointmentTemplate Gets or sets a data template that specifies the representation of all-day appointments.
AllDayCellStyle Gets or sets appearance settings of all-day cells.
AllDayCellTemplate Gets or sets a data template that specifies the representation of all-day cells.
AppointmentMinHeight Gets or sets the minimum height of appointments in the View.
AppointmentStyle Gets or sets appearance settings of appointments.
AppointmentTemplate Gets or sets a data template that specifies the representation of appointments.
CellMinHeight Gets or sets the minimum height of cells.
CellStyle Gets or sets appearance settings of cells.
CellTemplate Gets or sets a data template that specifies the representation of cells.
HeaderItemStyle Gets or sets appearance settings of header items.
HeaderItemTemplate Gets or sets a data template that specifies the representation of header items.
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.
Scheduler Returns the scheduler to which the View belongs. Inherited from ViewBase.
ShowWorkTimeOnly Gets or sets whether the View should show only WorkTime.
SnapToCellsMode Gets or sets how the View snaps the scheduler’s appointments.
TimeIndicatorStyle Gets or sets appearance settings of the time indicator.
TimeRulerCellStyle Gets or sets appearance settings of time ruler cells.
TimeRulerCellTemplate Gets or sets a data template that that specifies the representation of time ruler cells.
TimeRulerHeaderStyle Gets or sets appearance settings of the time ruler header.
TimeRulerHeaderTemplate Gets or sets a data template that that specifies the representation of the time ruler header.
TimeRulerWidth Gets or sets the width of the time ruler.
TimeScaleInterval Gets or sets the interval between two major time tickmarks.
TimeScaleSlotCount Gets or sets the number of slots (minor time intervals) in a TimeScaleInterval (major time interval).
TopRowTime Gets or sets the time the View’s topmost cell displays.
VisibleTime Gets or sets the visible time interval of a day.
See Also