control.updateLevel3ToggleDisplay()
- Last UpdatedJun 25, 2024
- 1 minute read
Use control.updateLevel3ToggleDisplay() to update toggle values for a hierarchical list at the third level.
Syntax
control.updateLevel3ToggleDisplay(enable, visible);
Parameters
|
Parameter |
Description |
|---|---|
|
enable |
Enable or disable the slide-toggle.
|
|
visible |
Show or hide the slide-toggle.
|
Return Value
None.
Example
//Enable and show the slide-toggle for hierarchical list at the third level.
control.findByXmlNode("Hierarchicallist1").updateLevel3ToggleDisplay(true,true);