Gets or sets the style of the view day names header.
Namespace: MindFusion.Scheduling
Assembly: MonthSettings.js
SyntaxJavaScript
Copy Code
|
|---|
get dayNamesHeaderStyle() {} |
One of the HorizontalHeaderStyle enumeration values.
ExampleThe following code hides the header with the names of the days in a monthSettings property:
JavaScript
Copy Code
|
|---|
| var p = MindFusion.Scheduling; calendar.monthSettings.dayNamesHeaderStyle = p.HorizontalHeaderStyle.None; |
See Also