Search
MonthRangeSettings.setTitleSeparator Method
See Also
 






Sets the string used as a title separator in a CalendarView.MonthRange view that displays more than 1 month at a time.

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

 Syntax

Java  Copy Code

public void setTitleSeparator (
    String value
)

 Parameters

value

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

 Remarks

The format of the text displayed in the view's header is in the format "<FirstDate><TitleSeparator><LastDate>", where <FirstDate> and <LastDate> indicate the first and the last visible dates in the calendar, formatted according to getTitleFormat. The <TitleSeparator> represents the value of this property. If getTitleSeparator is an empty string, then the header's text is only "<FirstDate>".

 See Also