Search
WeekRangeSettings.setVisibleColumns Method
See Also
 






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

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

 Syntax

Java  Copy Code

public void setVisibleColumns (
    Integer value
)

 Parameters

value

A positive integer value specifying how many columns are visible simultaneously. Set to null to use the corresponding value from the current theme.

 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