Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public DocumentFormat CurrentFormat { get; set; }

Property Value

Type Description
DocumentFormat

A DocumentFormat member representing the current file format.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to CurrentFormat
WinForms Controls SnapControlOptions
.DocumentSaveOptions .CurrentFormat
RichEditControlOptions
.DocumentSaveOptions .CurrentFormat
WPF Controls RichEditControlOptions
.DocumentSaveOptions .CurrentFormat
Office File API RichEditControlOptionsBase
.DocumentSaveOptions .CurrentFormat
See Also