Search
ResourceViewSettings.setTimelines Method
See Also
 






Sets the number of timelines displayed in the view.

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

 Syntax

Java  Copy Code

public void setTimelines (
    Integer value
)

 Parameters

value

An integer value specifying the number of timelines visible in the view. The allowed values range from 1 to 3. Set to null to use the corresponding value from the current theme.

 See Also