Skip to main content

DiagramControl.SaveFile() Method

Saves the diagram to a file.

Namespace: DevExpress.Xpf.Diagram

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

NuGet Package: 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