Search
ListContainer.toJson Method
See Also
 






Serializes the ListItem-s to a JSON string.

Namespace: MindFusion.Common.UI
File: ListContainer.js

 Syntax

JavaScript  Copy Code

function toJson ()

 Return Value

String. The serialized JSON.

 Example

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();

 See Also