Gets or sets a value indicating whether day headers should fill the whole day cell.
Namespace: MindFusion.Scheduling
File: WeekRangeSettings.js
JavaScript Copy Code |
---|
get expandDayHeaders() {} |
Boolean. True to expand the headers, otherwise false.
The following code sets the expandDayHeaders property of a calendar that shows week range to true. Note: the code assumes you have initialized a <div> element with id “calendar” in a web page that references the JavaScript file, which contains this code:
JavaScript Copy Code |
---|
// create a new instance of the calendar // set the calendar view to WeekRange, which displays one week per row // expand the day headers |