Search
CellSettings.setStyle Method
See Also
 






Sets the appearance style used to paint calendar elements that don't have a distinct style assigned to them.

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

 Syntax

Java  Copy Code

public void setStyle (
    Style value
)

 Parameters

value

A Style object specifying the style of calendar UI elements. Set to null to use the corresponding value from the current theme.

 See Also