SpreadsheetSaveOptions.CurrentFileName Property
Gets or sets the file name into which the document is saved or from which it is loaded. This is a dependency property.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v25.1.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
Declaration
Property Value
| Type | Description |
|---|---|
| String | A String which represents 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 |
|---|---|
| SpreadsheetControlOptions |
|
See Also