Search
ListSettings.titleFormat Property
See Also
 






Gets or sets the string used to format the header title.

Namespace: MindFusion.Scheduling
File: ListSettings.js

 Syntax

JavaScript  Copy Code

get titleFormat() {}

 Property Value

String. The format string.

 Remarks

Use standart formatting strings for JavaScript like "YY-MM-DD".

 See Also