Search
HeaderType Enumeration
See Also
 






Specifies the type of a calendar header.

Namespace: MindFusion.Scheduling
File: Enum.js

 Syntax

JavaScript  Copy Code

// enum
HeaderType = {}

 Members

  Member name Description

Cell

Indicates a date cell header.

DayNames

Indicates the day names header.

Group

Indicates the group header.

Main

Indicates the main view header.

Timeline

Indicates the timeline header.

WeekNumbers

Indicates the week numbers header.

 Remarks

Used by HeaderEventArgs instances to specify the type of header that raised the event.

 See Also