Back to Devexpress

SpreadsheetSaveOptions.CurrentFileName Property

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetsaveoptions.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

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

Property Value

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

.Save .CurrentFileName

|

See Also

SpreadsheetSaveOptions Class

SpreadsheetSaveOptions Members

DevExpress.Xpf.Spreadsheet Namespace