Gets or sets the style of the day names header.
Namespace: MindFusion.Scheduling
File: WeekRangeSettings.js
SyntaxJavaScript
Copy Code
|
|---|
get dayNamesHeaderStyle() {} |
One of the HorizontalHeaderStyle enumeration values.
ExampleThe following code hides the header with day names in a WeekRangeSettings instance. 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 header with day names |
See Also