SpreadsheetSaveOptions.DefaultFormat Property
Gets or sets the default file format used for saving a newly created document. 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 |
---|---|
DocumentFormat | A DocumentFormat member, representing the default file format. It equals DocumentFormat.OpenXml unless specified explicitly. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to DefaultFormat |
---|---|
SpreadsheetControlOptions |
|
See Also