Search
WeekRangeSettings.setOddMonthsBrush Method
See Also
 






Sets the brush used to paint the background of all odd months' areas in the WeekRange view.

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

 Syntax

Java  Copy Code

public void setOddMonthsBrush (
    Brush value
)

 Parameters

value

An instance of a Brush-derived class used to fill the odd month cells. Set to null to use the corresponding value from the current theme.

 See Also