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

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

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

Declaration

public void SaveFileAs()

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