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

DiagramControl.SaveFile() Method

Saves the diagram to a file.

Namespace: DevExpress.Xpf.Diagram

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Diagram, DevExpress.Wpf.Diagram

Declaration

public void SaveFile()

Remarks

If the current diagram has been saved to or loaded from a file, the SaveFile method saves it to this file. Otherwise, it invokes the Save File As dialog window.

See Also