Skip to main content

DXRichEditDocumentSaveOptions.CurrentFormat Property

Gets or sets the file format into which the document is saved or loaded. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v23.2.dll

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public DocumentFormat CurrentFormat { get; set; }

Property Value

Type Description
DocumentFormat

A DocumentFormat member indicating the current file format.

Property Paths

You can access this nested property as listed below:

Object Type Path to CurrentFormat
RichEditControl
.DocumentSaveOptions .CurrentFormat
See Also