Gets or sets the style of the view header.
Namespace: MindFusion.Scheduling
File: MonthSettings.js
JavaScript Copy Code |
---|
get headerStyle() {} |
One of the MainHeaderStyle enumeration values.
The 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; |
JavaScript Pack Programmer's Guide | © 2024 MindFusion |