Search
MonthSettings.setCellLayout Method
See Also
 






Sets the layout of the cells in CalendarView.SingleMonth and CalendarView.MonthRange views.

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

 Syntax

Java  Copy Code

public void setCellLayout (
    MonthCellLayout value
)

 Parameters

value

One of the MonthCellLayout constants or null. Set to null to use the corresponding value from the current theme.

 See Also