MindFusion.Wpf Pack Programmer's Guide
DockControl.SaveToXml Method (String)
See Also
 





Saves this layout under the specified file name.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public void SaveToXml (
    string fileName
)

Visual Basic  Copy Code

Public Sub SaveToXml( _
    fileName As String _
)

 Parameters

fileName

The name of the file where this layout will be saved.

 See Also

SaveToXml Method Overload List
DockControl Members
DockControl Class
MindFusion.UI.Wpf Namespace