Search
MonthCellLayout Enumeration
See Also
 






Specifies the layout of the cells in a CalendarView.SingleMonth and CalendarView.MonthRange views.

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

 Syntax

Java  Copy Code

public enum MonthCellLayout

 Members

  Member name Description

Grid

Indicates that the cells are laid out in a grid, where each row in the grid contains the days of a single week.

Linear

Indicates that the cells are laid out in a single line.

 See Also