Search
Selection.setSelectedElementsStyle Method
See Also
 






Sets the visualization style to apply to selected elements.

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

 Syntax

Java  Copy Code

public void setSelectedElementsStyle (
    Style value
)

 Parameters

value

A Style object specifying the style applied to selected calendar cells. This cannot be null.

 See Also