Search
MonthSettings.dayNamesHeaderStyle Property
See Also
 






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

Namespace: MindFusion.Scheduling
File: 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