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.v18.2.dll

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