Skip to main content

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

NuGet Package: DevExpress.Wpf.Spreadsheet

Declaration

public DocumentFormat DefaultFormat { get; set; }

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
.Save .DefaultFormat
See Also