Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Wpf.RichEdit

#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