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