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





Specifies the appearance and behavior of the header in a MonthRange 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 MonthRangeHeaderStyles

Visual Basic  Copy Code

Public Enum MonthRangeHeaderStyles

 Members

  Member name Value Description

Unspecified

-1

Unspecified.

None

0

The header is not displayed.

Title

1

The header displays the start and end dates.

Buttons

240

The header displays buttons that can be used to scroll to previous and following moths.

 See Also

MindFusion.Scheduling.WebForms Namespace