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