Search
ListViewSettings.setSubTitleFormat Method
See Also
 






Sets a string used to format the subtitle texts.

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

 Syntax

Java  Copy Code

public void setSubTitleFormat (
    String value
)

 Parameters

value

A string specifying the display format. Set to null to use the corresponding value from the current theme.

 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