Skip to main content

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

NuGet Package: DevExpress.Wpf.Spreadsheet

Declaration

public string CurrentFileName { get; set; }

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
.Save .CurrentFileName
See Also