Search
MonthRangeSettings.titleSeparator Property
See Also
 






Gets or sets the string used as a title separator.

Namespace: MindFusion.Scheduling
Assembly: MonthRangeSettings.js

 Syntax

JavaScript  Copy Code

get titleSeparator() {}
set titleSeparator(value) {}

 Property Value

String

The separator string.

 Remarks

Possible values are space " ", dash " - " etc.

 See Also