Back to Devexpress

RichEditControlOptionsBase.DocumentSaveOptions Property

officefileapi-devexpress-dot-xtrarichedit-dot-richeditcontroloptionsbase-8bdd77d8.md

latest2.0 KB
Original Source

RichEditControlOptionsBase.DocumentSaveOptions Property

Provides access to the control’s document saving options.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public DocumentSaveOptions DocumentSaveOptions { get; }
vb
Public ReadOnly Property DocumentSaveOptions As DocumentSaveOptions

Property Value

TypeDescription
DocumentSaveOptions

A DocumentSaveOptions object that contains document saving related settings.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to DocumentSaveOptions
IRichEditDocumentServer

.Options .DocumentSaveOptions

| | RichEditDocumentServer |

.Options .DocumentSaveOptions

|

See Also

BeforeExport

RequiredExportCapabilities

RichEditControlOptionsBase Class

RichEditControlOptionsBase Members

DevExpress.XtraRichEdit Namespace