Search
WeekRangeSettings.setGroupWeekendsTitleSeparator Method
See Also
 






Sets the separator string displayed between the weekend day names when getGroupWeekends is enabled.

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

 Syntax

Java  Copy Code

public void setGroupWeekendsTitleSeparator (
    String value
)

 Parameters

value

A string specifying the separator text. Set to null to use the corresponding value from the current theme.

 See Also