Search
MonthSettings.headerStyle Property
See Also
 






Gets or sets the style of the view header.

Namespace: MindFusion.Scheduling
File: MonthSettings.js

 Syntax

JavaScript  Copy Code

get headerStyle() {}

 Property Value

One of the MainHeaderStyle enumeration values.

 Example

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;

 See Also