MindFusion.Scheduling for JavaScript Programmer's Guide
MonthSettings.dayNamesHeaderStyle Property
See Also
 






Gets or sets the style of the view day names header.

Namespace: MindFusion.Scheduling
Assembly: MonthSettings.js

 Syntax

JavaScript  Copy Code

get dayNamesHeaderStyle() {}

 Property Value

One of the HorizontalHeaderStyle enumeration values.

 Example

The 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

MonthSettings Members
MonthSettings Class
MindFusion.Scheduling Namespace