MindFusion.Scheduling for ASP.NET Programmer's Guide
WeekRangeHeaderStyle Enumeration
See Also
 





Specifies the style of the time header in WeekRange view. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its members.

Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public enum WeekRangeHeaderStyle

Visual Basic  Copy Code

Public Enum WeekRangeHeaderStyle

 Members

  Member name Value Description

Unspecified

-1

Unspecified.

None

0

No header is displayed.

Title

1

The header displays the start and end dates specified in the WeekRangeSettings object.

 See Also

MindFusion.Scheduling.WebForms Namespace