Skip to main content
A newer version of this page is available. .

DiagramControl.SaveDocument(String) Method

Saves the current diagram to the specified file.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v18.2.dll

Declaration

public void SaveDocument(
    string fileName
)

Parameters

Name Type Description
fileName String

A string specifying the path of the file to which to save the diagram.

See Also