Search
WeekRangeSettings.setVisibleRows Method
See Also
 






Sets the number of weeks visible at a time.

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

 Syntax

Java  Copy Code

public void setVisibleRows (
    Integer value
)

 Parameters

value

The allowed values range from 1 to 10. Set to null to use the corresponding value from the current theme.

 Remarks

Used only when getViewStyle is set to WeekRangeViewStyle.WeekPerRow.

 See Also