Search
ResourceViewSettings.setWeekendStyle Method
See Also
 






Sets the style of the weekend cells.

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

 Syntax

Java  Copy Code

public void setWeekendStyle (
    Style value
)

 Parameters

value

A Style object specifying the appearance of weekend cells. This property cannot be null.

 See Also