Gets or sets the style of the view week numbers header.
Namespace: MindFusion.Scheduling
File: MonthSettings.js
JavaScript Copy Code |
---|
get weekHeaderStyle() {} |
One of the VerticalHeaderStyle enumeration values.
The following code uses the weekHeaderStyle property of MonthSettings to hide the weeks header in a calendar. 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 |
---|
var p = MindFusion.Scheduling; // create a new instance of the calendar // hide the week numbers header |