Back to Devexpress

DXRichEditDocumentSaveOptions.CurrentFormat Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxricheditdocumentsaveoptions-30c6bb98.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

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

Property Value

TypeDescription
DocumentFormat

A DocumentFormat member indicating the current file format.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to CurrentFormat
RichEditControl

.DocumentSaveOptions .CurrentFormat

|

See Also

DXRichEditDocumentSaveOptions Class

DXRichEditDocumentSaveOptions Members

DevExpress.Xpf.RichEdit Namespace