Search
TimetableSettings.showDayHeader Property
See Also
 






Gets or sets a value indicating whether the header displaying all-day items is visible.

Namespace: MindFusion.Scheduling
File: TimetableSettings.js

 Syntax

JavaScript  Copy Code

get showDayHeader() {}
set showDayHeader(value) {}

 Property Value

true to show the header for all-day items; otherwise false.

 See Also