Search
WeekRangeSettings.getVisibleColumns Method
See Also
 






Gets the number of columns visible when Calendar.getGroupType is enabled.

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

 Syntax

Java  Copy Code

public Integer getVisibleColumns ()

 Return Value

A positive integer value specifying how many columns are visible simultaneously.

 Remarks

In the week range view schedule data can be displayed in several columns grouped by contact, location, task or resource, as set in Calendar.getGroupType. This property determines how many parallel columns are visible at a time.

 See Also