Serializes the ListItem-s to a JSON string.
Namespace: MindFusion.Common.UI
File: ListContainer.js
JavaScript Copy Code |
---|
function toJson () |
String. The serialized JSON.
The following sample calls the toJson method of a ToolStrip control that derives from ListContainer to get the JSON representation of the items within this tool strip.
JavaScript Copy Code |
---|
string items = toolstrip.toJson(); |
JavaScript Pack Programmer's Guide | © 2024 MindFusion |