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.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
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 |
|
See Also