Search
Calendar.header Property
See Also
 






Gets a reference to the DOM element of the calendar main header.

Namespace: MindFusion.Scheduling
File: Calendar.js

 Syntax

JavaScript  Copy Code

get header() {}
set header(value) {}

 Property Value

A DomElement that represents the header.

 See Also