Saves the underlying schedule to the specified file.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public Task SaveTo ( |
Visual Basic Copy Code |
---|
Public Function SaveTo( _ |
The stream to save to.
This method saves the schedule data to the specified binary or XML file. The data can be subsequently restored by a call to the LoadFrom method. This method also attempts to save the current view state such as the item position within a List view whose FreeDrag property is enabled.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |