Skip to main content

RichEditControl.SaveDocumentAs() Method

Invokes a Save As dialog and saves a document.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v23.2.dll

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public virtual void SaveDocumentAs()

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