Search
HorizontalHeaderStyle Enumeration
See Also
 






Specifies the appearance of a horizontal header in the calendar.

Namespace: MindFusion.Scheduling
File: Enum.js

 Syntax

JavaScript  Copy Code

// enum
HorizontalHeaderStyle = {}

 Members

  Member name Description

Bottom

The header is displayed to the bottom side of the calendar.

None

The header is not displayed.

Top

The header is displayed to the top side of the calendar.

 See Also