Search
ResourceViewSettings.getVisibleRows Method
See Also
 






Gets the number of rows visible in the view.

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

 Syntax

Java  Copy Code

public Integer getVisibleRows ()

 Return Value

An integer value specifying the number of rows visible at a time. The minimal allowed value is 1.

 Remarks

This property is only used when setViewStyle is set to ResourceViewStyle.General.

 See Also