Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DxSchedulerDayViewBase Properties
Show Inherited Hide Inherited

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.
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