Search
CellSettings.setTodayColor Method
See Also
 






Sets the color used to paint the line that marks the current cell.

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

 Syntax

Java  Copy Code

public void setTodayColor (
    Color value
)

 Parameters

value

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

 See Also