RichEditControl.SaveDocumentAs() Method
Invokes a Save As dialog and saves a document.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v22.2.dll
NuGet Package: DevExpress.Win.RichEdit
Declaration
Remarks
Prompts the user for file format and location and saves the document.
You can also execute the SaveDocumentAsCommand command to invoke the dialog and save the file. The command is accessible via bar or Ribbon UI.
Note
The SaveDocumentAs method call does not automatically change the RichEditControl.Modified property value.
See Also