Skip to main content
A newer version of this page is available. .

DXRichEditDocumentSaveOptions Class

Provides options to define the file name and format used when saving and loading the document.

Namespace: DevExpress.Xpf.RichEdit

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

Declaration

public class DXRichEditDocumentSaveOptions :
    DXRichEditOptionsBase<DocumentSaveOptions>

The following members return DXRichEditDocumentSaveOptions objects:

Remarks

An instance of the DXRichEditDocumentSaveOptions class is accessible via the RichEditControl.DocumentSaveOptions property.

<dxre:RichEditControl.DocumentSaveOptions>
    <dxre:DXRichEditDocumentSaveOptions CurrentFileName="Document1"
                                        CurrentFormat="Rtf"/>
</dxre:RichEditControl.DocumentSaveOptions>

Inheritance

Object
DispatcherObject
DependencyObject
Freezable
DevExpress.Xpf.RichEdit.DXRichEditOptionsBase<DocumentSaveOptions>
DXRichEditDocumentSaveOptions
See Also