Loads the view settings under the specified name from the specified XML document.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public void LoadViewSettings ( |
Visual Basic Copy Code |
---|
Public Sub LoadViewSettings( _ |
A XDocument to load the settings from.
The name of the XML element where the settings should be looked for. If the name is null, the name of the control is used as a key.
This method restores view settings (such as the item position within a List view whose FreeDrag property is enabled) where they were previously saved by a call to SaveViewSettings.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |