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.v18.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.

Inheritance

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