Skip to main content

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

NuGet Package: DevExpress.Wpf.Spreadsheet

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