Gets or sets a value indicating whether day headers should fill the whole day cell.
Namespace: MindFusion.Scheduling
File: MonthSettings.js
JavaScript Copy Code |
---|
get expandDayHeaders() {} |
Boolean. True to expand the headers, otherwise false.
The following code uses the expandDayHeaders property of MonthSettings to to indicate that day headers should fill the whole cell. 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 calendar.monthSettings.expandDayHeaders = true; |