Skip to main content

DocumentSaveOptions Class

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.v14.2.Core.dll

#Declaration

[ComVisible(true)]
public class DocumentSaveOptions :
    RichEditNotificationOptions,
    IDocumentSaveOptions<DocumentFormat>

#Returned By

The RichEditControlOptionsBase.DocumentSaveOptions property returns an instance of DocumentSaveOptions.

#Remarks

An instance of the DocumentSaveOptions class is accessible via the RichEditControlOptionsBase.DocumentSaveOptions property of a rich edit control's RichEditControl.Options.

See Also