DiagramControl.SaveFileAs() Method
Invokes the Save File As dialog window that allows the end-user to select the name and destination of the file to which to save the current diagram.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
Remarks
If the current diagram has been saved to or loaded from a file, use the DiagramControl.SaveFile method to save the diagram to this file, skipping the Save File As dialog window.
See Also