Search
MonthHeaderStyles Enumeration
See Also
 






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

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public enum MonthHeaderStyles

 Members

  Member name Description

MonthButtons

Display buttons for scrolling to previous or next month.

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