Saves the underlying schedule and current view state to a JSON-formatted string.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public string SaveToJson () |
Visual Basic
Copy Code
|
|---|
Public Function SaveToJson () As String |
A JSON-formatted string containing the shedule and view state data.
See Also