Skip to main content
Version: 7.9

Week View

Component Palette Icon:

Description

Displays a full week's worth of events on a calendar. Configuration is achieved by populating the Calendar Events dataset. See the Day View for details.

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 day and time.Color.hoverBackgroundAppearance
Hovered DayThe calendar's hovered day.String.hoveredDayData
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 Background ColorThe color of the selected day's background.Color.selectedBackgroundAppearance
Selected DayThe calendar's selected day.String.selectedDayData
Selected EventThe calendar's selected event.int.selectedEventData
Show Event Time?Whether or not to show the event time.boolean.showEventTimeAppearance
Show Weekend?Whether or not to show Saturday and Sunday.boolean.showWeekendAppearance
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