Saves the view settings to the specified XML document under the specified name.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public void SaveViewSettings ( |
Visual Basic
Copy Code
|
|---|
Public Sub SaveViewSettings( _ |
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