Search
ResourceViewSettings.setExpandableRows Method
See Also
 






Sets a value indicating whether the rows in the resource view can be expanded/collapsed.

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

 Syntax

Java  Copy Code

public void setExpandableRows (
    Boolean value
)

 Parameters

value

A Boolean value. Set to null to use the corresponding value from the current theme.

 Remarks

This property is only used if setViewStyle is set to ResourceViewStyle.Lanes.

 See Also