DxSchedulerDayViewBase Properties
Defines the base API for classes that implement a DxSchedulerDayView component.| Name | Description |
|---|---|
| AllDayTimeCellTemplate | Specifies the template for Scheduler all-day time cells. |
| CellMinWidth | Specifies the base width of a day cell in day, week, and work week views, in pixels. |
| CssClass | Assigns a CSS class to the component. Inherited from DxComponent. |
| DateHeaderCellTemplate | Specifies the template for date header cells in the Scheduler. |
| DayCount | Specifies the number of days displayed in the Day View. |
| HorizontalAppointmentTemplate | Specifies a template for appointments displayed horizontally in Scheduler views. |
| Id | Specifies the component’s unique identifier. Inherited from DxComponent. |
| ResourceHeaderCellTemplate | Specifies the template for resource header cells in the Scheduler. |
| ShowAppointmentDateTimeRange | Specifies whether appointment time spans are visible. |
| ShowWorkTimeOnly | Specifies whether the scheduler displays only working hours in a View. |
| SnapToCellsMode | Specifies how appointments snap to time cells in the view. |
| TimeCellTemplate | Specifies a template used to display time cells in the Scheduler. |
| TimeIndicatorVisibility | Specifies when to show the current time indicator. |
| TimeScale | Specifies the appointment slot time interval. |
| VerticalAppointmentTemplate | Specifies a template for appointments displayed vertically in Scheduler views. |
| VisibleTime | Specifies the visible time interval. |
| WorkTime | Specifies the working hours for the current day. |
See Also