Search
ItemSettings.setSelectedItemStyle Method
See Also
 






Sets the Style used to paint selected schedule items.

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

 Syntax

Java  Copy Code

public void setSelectedItemStyle (
    Style value
)

 Parameters

value

A Style object defining the appearance of schedule items. This property cannot be null.

 See Also