Back to Devexpress

DocumentSaveOptions.CurrentFormat Property

officefileapi-devexpress-dot-xtrarichedit-dot-documentsaveoptions-b0549149.md

latest1.7 KB
Original Source

DocumentSaveOptions.CurrentFormat Property

Gets or sets the file format into which the document is saved or from which it is loaded.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public DocumentFormat CurrentFormat { get; set; }
vb
Public Property CurrentFormat As DocumentFormat

Property Value

TypeDescription
DocumentFormat

A DocumentFormat member representing the current file format.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to CurrentFormat
RichEditControlOptionsBase

.DocumentSaveOptions .CurrentFormat

|

See Also

DefaultFormat

DocumentSaveOptions Class

DocumentSaveOptions Members

DevExpress.XtraRichEdit Namespace