Gets 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
Java Copy Code |
---|
public String getTitleSeparator () |
A string containing the separator text.
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>".