Back to Devexpress

RichEditControl.SaveDocumentAs() Method

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-992729f9.md

latest1.3 KB
Original Source

RichEditControl.SaveDocumentAs() Method

Invokes a Save As dialog and saves a document.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public virtual void SaveDocumentAs()
vb
Public Overridable Sub 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

LoadDocument

BeforeExport

IUriProvider

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace