Skip to main content

DXRichEditDocumentSaveOptions.CurrentFileName Property

Gets or sets the name of the file to which the document is saved/loaded. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public string CurrentFileName { get; set; }

Property Value

Type Description
String

A String value specifying the current file name (including the path and the file extension).

Property Paths

You can access this nested property as listed below:

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