Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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