Search
Selection.setStyle Method
See Also
 






Sets the style of the selection frame drawn around selected calendar cells.

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

 Syntax

Java  Copy Code

public void setStyle (
    SelectionStyle value
)

 Parameters

value

One of the SelectionStyle constants. Set to null to use the corresponding value from the current theme.

 See Also