Gets or sets the style of the view header.
Namespace: MindFusion.Scheduling
Assembly: MonthSettings.js
SyntaxJavaScript
Copy Code
|
|---|
get headerStyle() {} |
One of the MainHeaderStyle enumeration values.
ExampleThe following code hides the hides navigation buttons from being rendered in the header with a monthSettings property.
JavaScript
Copy Code
|
|---|
| // stop navigation buttons from rendering in Month and Timetable views calendar.monthSettings.headerStyle = p.MainHeaderStyle.Title; |
See Also