officefileapi-devexpress-dot-xtrarichedit-65162c22.md
Represents the settings which define file name and file format that are used when saving and loading the document.
Namespace : DevExpress.XtraRichEdit
Assembly : DevExpress.RichEdit.v25.2.Core.dll
NuGet Package : DevExpress.RichEdit.Core
[ComVisible(true)]
public class DocumentSaveOptions :
RichEditNotificationOptions,
IDocumentSaveOptions<DocumentFormat>
<ComVisible(True)>
Public Class DocumentSaveOptions
Inherits RichEditNotificationOptions
Implements IDocumentSaveOptions(Of DocumentFormat)
The following members return DocumentSaveOptions objects:
An instance of the DocumentSaveOptions class is accessible via the RichEditControlOptionsBase.DocumentSaveOptions property.
Object ViewStatePersisterCore BaseOptions RichEditNotificationOptions DocumentSaveOptions
See Also