Widget title
- Last UpdatedOct 10, 2025
- 1 minute read
This property is used to specify the widget's header title. This is configurable either during design time or through scripting.
Example
var title = "Filler 1";
control.findByXmlNode("Widget1").widgetProperties.widgetTitle = JSON.stringify("Filler 1");