RichEditControl.SaveDocumentAs() Method
Invokes a Save As dialog and saves a document.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
Remarks
Prompts the user for file format and location and saves the document.
Note
The SaveDocumentAs method call does not automatically change the RichEditControl.Modified property value.
See Also