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





Specifies the appearance and behavior of month headers in a SingleMonth and MonthRange views. 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 MonthHeaderStyles

Visual Basic  Copy Code

Public Enum MonthHeaderStyles

 Members

  Member name Value Description

Unspecified

-1

Unspecified.

None

0

Do not display the header.

Title

1

Display the date of the month in the header.

MonthButtons

16

Display buttons for scrolling to previous or next month.

YearButtons

32

Display buttons for scrolling to previous or next year.

 See Also

MindFusion.Scheduling.WebForms Namespace