NextMonthName: String
The NextMonthName property sets the text of the tool-tip for the Next Month button.
The Next month text is set by default.
To execute the example, create the DateTimePicker component (see Example of Creating the DateTimePicker Component) named DTP. Use the NextMonthName property in order to change the text of the tool-tip:
DTP.setNextMonthName (Next Month);
It is possible to set the property value by the JSON object in the following way:
Calendar: { NextMonthName: Next Month }
See also: