Gets or sets the style of the view header.
Namespace: MindFusion.Scheduling
File: TimetableSettings.js
JavaScript Copy Code |
---|
get headerStyle() {} |
One of the MainHeaderStyle enumeration values.
The following code hides the navigation buttons in Timetable view. 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 |
---|
var p = MindFusion.Scheduling; // create a new instance of the calendar // set the view to MonthRange, which displays several months in a grid |