Search
CellSettings.setTodayFillColor Method
See Also
 






Sets the color used to fill the header of the current cell.

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

 Syntax

Java  Copy Code

public void setTodayFillColor (
    Color value
)

 Parameters

value

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

 See Also