Search
Item.setSelectedStyle Method
See Also
 






Sets the selected style associated with the item.

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

 Syntax

Java  Copy Code

public abstract void setSelectedStyle (
    Style value
)

 Parameters

value

A Style object that defines the appearance of the item.

 Remarks

This style is applied to the item when it is selected.

 See Also