Search
ListViewSettings.setTitleFormat Method
See Also
 






Sets a string used to format the cells titles.

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

 Syntax

Java  Copy Code

public void setTitleFormat (
    String value
)

 Parameters

value

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

 See Also