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

SpreadsheetSaveOptions.DefaultFileName Property

Gets or sets the file name used by default for a new document, when saving or loading a document which has not been previously saved. This is a dependency property.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v19.1.dll

Declaration

public string DefaultFileName { get; set; }

Property Value

Type Description
String

A String which represents the default file name (including the path and the file extension).

Property Paths

You can access this nested property as listed below:

Object Type Path to DefaultFileName
SpreadsheetControlOptions
.Save.DefaultFileName
See Also