Search
ListViewSettings.setEvenWeeksBrush Method
See Also
 






Sets the brush used to paint the background of the contents of even weeks.

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

 Syntax

Java  Copy Code

public void setEvenWeeksBrush (
    Brush value
)

 Parameters

value

An instance of a Brush-derived class. Set to null to use the corresponding value from the current theme.

 See Also