Saves the view settings to the specified XML document under the specified name.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public void SaveViewSettings ( |
Visual Basic
Copy Code
|
|---|
Public Sub SaveViewSettings( _ |
A XDocument to save the settings to.
The name of the XML element where the settings should be saved. If the name is null, the name of the control is used as a key.
RemarksThis method stores the current view settings (such as the item position within a List view whose FreeDrag property is enabled) to the specified document where they can be subsequently restored from by a call to LoadViewSettings.
See Also