Search
ItemSettings.setStyle Method
See Also
 






Sets the Style used to paint schedule items that don't have a distinct style assigned to them.

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

 Syntax

Java  Copy Code

public void setStyle (
    Style value
)

 Parameters

value

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

 See Also