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.v24.1.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
Declaration
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 |
|
See Also