MindFusion.Wpf Pack Programmer's Guide
MonthHeaderStyles Enumeration
See Also
 





Specifies the appearance and behavior of month headers in a SingleMonth and MonthRange views.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public enum MonthHeaderStyles

Visual Basic  Copy Code

Public Enum MonthHeaderStyles

 Members

  Member name Description

MonthButtons

Display buttons for scrolling to previous or next month.

None

Do not display the header.

SubheaderPerDay

The sub headers are drawn separately for each day, rather than for the whole interval.

Title

Display the date of the month in the header.

YearButtons

Display buttons for scrolling to previous or next year.

 See Also

MindFusion.Scheduling.Wpf Namespace