Back to Devexpress

DXRichEditDocumentSaveOptions.CurrentFileName Property

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

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public string CurrentFileName { get; set; }
vb
Public Property CurrentFileName As String

Property Value

TypeDescription
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 TypePath to CurrentFileName
RichEditControl

.DocumentSaveOptions .CurrentFileName

|

See Also

DXRichEditDocumentSaveOptions Class

DXRichEditDocumentSaveOptions Members

DevExpress.Xpf.RichEdit Namespace