Search
ListViewSettings.getSubTitleFormat Method
See Also
 






Gets a string used to format the subtitle texts.

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

 Syntax

Java  Copy Code

public String getSubTitleFormat ()

 Return Value

A string specifying the display format.

 Remarks

In addition to the standard specifiers, the "w1" format can be used to display only the first letter of the day of the week (that is, 'M' for Monday, 'T' for Tuesday, and so on). This specifier cannot be combined with other specifiers, it can be used only by its own.

 See Also