Skip to main content
Version: 7.9

Day View

Component Palette Icon:

Description

This component displays a timeline for a single day, similar to what you might find in a personal planner/organizer. By filling in the Calendar Events dataset property, the component will display events that occur on this day. Each event can have custom text and a custom display color associated with it.

Properties

NameDescriptionProperty TypeScriptingCategory
24 Hour FormatWhether or not to show 24 hour or 12 hour format.boolean.twentyFourHourAppearance
BorderThe border surrounding this component. NOTE that the border is unaffected by rotation.Border.borderCommon
Calendar Background ColorThe color of the calendar's background.Color.calendarBackgroundAppearance
Calendar eventsContains the calendar events.Dataset.eventsData
CursorThe mouse cursor to use when hovering over this component.int.cursorCodeCommon
Data QualityThe data quality code for any tag bindings on this component.int.dataQualityData
DaySet the calendar's day.int.dayData
Day Outline ColorThe color of the day's outline.Color.boxOutlineAppearance
Event FontThe font for all calendar events.Font.eventFontAppearance
Grid marksSet the amount of grid lines.int.gridMarksAppearance
Hour FontThe font for the hour of the day.Font.hourFontAppearance
Hour Foreground ColorThe foreground color for hours in a day.Color.hourForegroundAppearance
Hover Background ColorThe background color of the hovered time.Color.hoverBackgroundAppearance
Hovered EventThe calendar's hovered event.int.hoveredEventData
Hovered TimeThe calendar's hovered time.String.hoveredTimeData
MonthSet the calendar's month.int.monthData
Mouseover TextThe text that is displayed in the tooltip which pops up on mouseover of this component.String.toolTipTextCommon
NameThe name of this component.String.nameCommon
Non-Working Hours Background ColorThe background color for the non-working hours of the day.Color.nonWorkingHourBackgroundAppearance
Selected EventThe calendar's selected event.int.selectedEventData
StylesContains the component's styles.Dataset.stylesAppearance
Today's Background ColorThe color of the today's background.Color.todayBackgroundAppearance
VisibleIf disabled, the component will be hidden.boolean.visibleCommon
Week Day Background ColorThe color of the week day's background.Color.weekDaysBackgroundAppearance
Week Day FontThe font of the week day's text.Font.weekdayFontAppearance
Week Day Foreground ColorThe color of the week day's text.Color.weekDaysForegroundAppearance
Working End HourThe end hour of a working day.int.workingEndHourAppearance
Working Start HourThe start hour of a working day.int.workingStartHourAppearance
YearSet the calendar's year.int.yearData
ZoomZooms into the specified zoom time-range.boolean.autoZoomAppearance
Zoomed End HourThe end hour zoomed in.int.autoZoomEndHourAppearance
Zoomed Start HourThe start hour zoomed in.int.autoZoomStartHourAppearance

Scripting

Scripting Functions

This component does not have scripting functions associated with it.

Extension Functions

This component does not have extension functions associated with it.

Event Handlers

Event handlers allow you to run a script based off specific triggers. See the full list of available event handlers on the Component Events page

Customizers