MindFusion.Java Package Programmer's Guide
ListViewHeaderStyles Enumeration
See Also
 






Specifies the appearance and behavior of the header in a CalendarView.List view.

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

 Syntax

Java  Copy Code

public enum ListViewHeaderStyles

 Members

  Member name Description

Footer

Draws a footer.

MainHeader

Draws a main header, which wraps all cells.

Subheader

Draw a sub-header below the main header.

SubheaderPerCell

Draw the header background for each cell separately, rather than for the whole interval.

Title

Display the cells' dates in the header.

 See Also

com.mindfusion.scheduling Namespace