Search
Item.getSelectedStyle Method
See Also
 






Gets the selected style associated with the item.

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

 Syntax

Java  Copy Code

public abstract Style getSelectedStyle ()

 Return 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