Search
MonthSettings.setFilterWeekends Method
See Also
 






Sets a value indicating whether to hide weekend cells.

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

 Syntax

Java  Copy Code

public void setFilterWeekends (
    Boolean value
)

 Parameters

value

A Boolean value. Set to null to use the corresponding value from the current theme.

 Remarks

This property is ignored if getCellLayout is MonthCellLayout.Linear.

 See Also