Skip to main content
Cut

DefaultBarItemNames.SaveFile Field

Returns “bSaveFile”. Corresponds to the Save item of the ribbon application menu that saves the current diagram. If the diagram has not been previously saved to a file, the Save File As dialog window is invoked.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v24.1.Core.dll

NuGet Package: DevExpress.Diagram.Core

Declaration

public const string SaveFile = "bSaveFile"

Field Value

Type
String

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the SaveFile field.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also