Customizing Scheduler

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-scheduler-border-widthNumber1px1px
Description
The width of the border around the Scheduler.
$kendo-scheduler-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the Scheduler.
$kendo-scheduler-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the Scheduler.
$kendo-scheduler-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the Scheduler.
$kendo-scheduler-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the Scheduler.
$kendo-scheduler-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Scheduler.
$kendo-scheduler-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Scheduler.
$kendo-scheduler-toolbar-bgString$kendo-toolbar-bgvar(--kendo-color-surface, #fafafa)
Description
The background color of the Scheduler ToolBar.
$kendo-scheduler-toolbar-textString$kendo-toolbar-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Scheduler ToolBar.
$kendo-scheduler-toolbar-borderString$kendo-toolbar-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Scheduler ToolBar.
$kendo-scheduler-toolbar-gradientNull$kendo-toolbar-gradientnull
Description
The gradient of the Scheduler ToolBar.
$kendo-scheduler-footer-bgString$kendo-toolbar-bgvar(--kendo-color-surface, #fafafa)
Description
The background color of the Scheduler footer.
$kendo-scheduler-footer-textString$kendo-toolbar-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Scheduler footer.
$kendo-scheduler-footer-borderString$kendo-toolbar-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Scheduler footer.
$kendo-scheduler-footer-gradientNull$kendo-toolbar-gradientnull
Description
The gradient of the Scheduler footer.
$kendo-scheduler-event-min-heightNumber25px25px
Description
The minimum height of the Scheduler event.
$kendo-scheduler-event-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the Scheduler event.
$kendo-scheduler-event-line-heightCalculationcalc( #{$kendo-scheduler-event-min-height} - (2 * #{$kendo-padding-md-y}) )calc(25px - 2 * var(--kendo-spacing-1, 0.25rem))
Description
The line height of the Scheduler event.
$kendo-scheduler-event-bgStringif($kendo-enable-color-system, k-color( primary ), k-color-tint( $kendo-selected-bg, 2 ))var(--kendo-color-primary, #ff6358)
Description
The background color of the Scheduler event.
$kendo-scheduler-event-textString$kendo-selected-textvar(--kendo-color-on-primary, #ffffff)
Description
The text color of the Scheduler event.
$kendo-scheduler-event-borderNullnullnull
Description
The border color of the Scheduler event.
$kendo-scheduler-event-gradientNullnullnull
Description
The gradient of the Scheduler event.
$kendo-scheduler-event-shadowNullnullnull
Description
The shadow of the Scheduler event.
$kendo-scheduler-event-hover-bgNullnullnull
Description
The background color of the hovered Scheduler event.
$kendo-scheduler-event-hover-textNullnullnull
Description
The text color of the hovered Scheduler event.
$kendo-scheduler-event-hover-borderNullnullnull
Description
The border color of the hovered Scheduler event.
$kendo-scheduler-event-hover-gradientNullnullnull
Description
The gradient of the hovered Scheduler event.
$kendo-scheduler-event-hover-shadowNullnullnull
Description
The shadow of the hovered Scheduler event.
$kendo-scheduler-event-selected-bgStringif($kendo-enable-color-system, k-color( primary-active ), $kendo-selected-bg)var(--kendo-color-primary-active, #d45349)
Description
The background color of the selected Scheduler event.
$kendo-scheduler-event-selected-textString$kendo-selected-textvar(--kendo-color-on-primary, #ffffff)
Description
The text color of the selected Scheduler event.
$kendo-scheduler-event-selected-borderNullnullnull
Description
The border color of the selected Scheduler event.
$kendo-scheduler-event-selected-gradientNullnullnull
Description
The gradient of the selected Scheduler event.
$kendo-scheduler-event-selected-shadowListinset 0 0 0 2px rgba(0, 0, 0, .13)inset 0 0 0 2px rgba(0, 0, 0, 0.13)
Description
The shadow of the selected Scheduler event.
$kendo-scheduler-event-ongoing-shadowListinset 0px 0px 0px 1px #ff0000inset 0px 0px 0px 1px #ff0000
Description
The shadow of the ongoing Scheduler event.
$kendo-scheduler-cell-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Scheduler cell.
$kendo-scheduler-cell-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Scheduler cell.
$kendo-scheduler-cell-heightCalculation$kendo-line-height-emcalc(1.4285714286 * 1em)
Description
The height of the Scheduler cell.
$kendo-scheduler-datecolumn-widthNumber12em12em
Description
The width of the Scheduler date column.
$kendo-scheduler-timecolumn-widthNumber11em11em
Description
The width of the Scheduler time column.
$kendo-scheduler-nonwork-bgStringif($kendo-enable-color-system, k-color( base ), k-try-shade( $kendo-scheduler-bg, .5 ))var(--kendo-color-base, #f5f5f5)
Description
The background color of the non-working hours in the Scheduler.
$kendo-scheduler-nonwork-textNullnullnull
Description
The text color of the non-working hours in the Scheduler.
$kendo-scheduler-weekend-bgNullnullnull
Description
The background color of the weekends in the Scheduler.
$kendo-scheduler-weekend-textNullnullnull
Description
The text color of the weekends in the Scheduler.
$kendo-scheduler-othermonth-bgStringif($kendo-enable-color-system, k-color( base ), k-try-shade( $kendo-scheduler-bg, .5 ))var(--kendo-color-base, #f5f5f5)
Description
The background color of the preceding/subsequent month cells in the Calendar.
$kendo-scheduler-othermonth-textNullnullnull
Description
The text color of the preceding/subsequent month cells in the Calendar.
$kendo-scheduler-yearview-padding-xStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The horizontal padding of the year view in the Scheduler.
$kendo-scheduler-yearview-padding-yString$kendo-scheduler-yearview-padding-xvar(--kendo-spacing-3, 0.75rem)
Description
The vertical padding of the year view in the Scheduler.
$kendo-scheduler-yearview-calendar-gapStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The spacing between the calendars of the year view in the Scheduler.
$kendo-scheduler-yearview-indicator-sizeNumber3px3px
Description
The days with events indicator size of the year view in the Scheduler.
$kendo-scheduler-yearview-indicator-calc-offset-topCalculationcalc( #{$kendo-calendar-cell-size} - (#{$kendo-calendar-cell-padding-y} * 2))calc(32px - 0.25em * 2)
Description
The top position of the days with events indicator of the year view in the Scheduler.
$kendo-scheduler-yearview-indicator-calc-offset-leftCalculationcalc( 50% - #{k-math-div( $kendo-scheduler-yearview-indicator-size, 2 )} )calc(50% - 1.5px)
Description
The left position of the days with events indicator of the year view in the Scheduler.
$kendo-scheduler-yearview-indicator-border-radiusNumber50%50%
Description
The border radius of the days with events indicator of the year view in the Scheduler.
$kendo-scheduler-yearview-indicator-bgString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The background color of the days with events indicator of the year view in the Scheduler.
$kendo-scheduler-yearview-indicator-selected-bgString$kendo-color-primary-contrastvar(--kendo-color-on-primary, #ffffff)
Description
The background color of the selected days with events indicator of the year view in the Scheduler.
$kendo-scheduler-tooltip-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Scheduler Tooltip.
$kendo-scheduler-tooltip-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Scheduler Tooltip.
$kendo-scheduler-tooltip-border-widthNumber00
Description
The width of the border of the Scheduler Tooltip.
$kendo-scheduler-tooltip-bgString$kendo-color-primary-contrastvar(--kendo-color-on-primary, #ffffff)
Description
The background color of the Scheduler Tooltip.
$kendo-scheduler-tooltip-textString$kendo-base-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Scheduler Tooltip.
$kendo-scheduler-tooltip-borderNullnullnull
Description
The border color of the Scheduler Tooltip.
$kendo-scheduler-tooltip-shadowStringk-elevation(2)var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The shadow of the Scheduler Tooltip.
$kendo-scheduler-tooltip-title-margin-yStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The vertical margin of the Scheduler Tooltip title.
$kendo-scheduler-tooltip-month-font-sizeStringvar( --kendo-font-size-sm, inherit )var(--kendo-font-size-sm, inherit)
Description
The font size of the month inside the Scheduler Tooltip.
$kendo-scheduler-tooltip-day-font-sizeCalculationcalc( var( --kendo-font-size-sm, .75rem ) * 2 )calc(var(--kendo-font-size-sm, 0.75rem) * 2)
Description
The font size of the day inside the Scheduler Tooltip.
$kendo-scheduler-tooltip-events-max-heightNumber250px250px
Description
The max height of the events inside the Scheduler Tooltip.
$kendo-scheduler-tooltip-events-gapStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The spacing between the events inside the Scheduler Tooltip.
$kendo-scheduler-tooltip-event-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the events inside the Scheduler Tooltip.
$kendo-scheduler-tooltip-event-padding-yStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the events inside the Scheduler Tooltip.
$kendo-scheduler-tooltip-event-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the events inside the Scheduler Tooltip.
$kendo-scheduler-tooltip-event-gapStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The spacing between the events items inside the Scheduler Tooltip.
$kendo-scheduler-tooltip-callout-textString$kendo-scheduler-tooltip-bgvar(--kendo-color-on-primary, #ffffff)
Description
The color of the Scheduler Tooltip callout.

In this article

Not finding the help you need?