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

SnxDocumentSaveOptions.DefaultFormat Property

Gets or sets the default file format used for saving a newly created document.

Namespace: DevExpress.Snap.Core.Options

Assembly: DevExpress.Snap.v18.2.Core.dll

Declaration

[Browsable(false)]
public DocumentFormat DefaultFormat { get; set; }

Property Value

Type Description
DocumentFormat

A DocumentFormat member, representing the default file format.

Property Paths

You can access this nested property as listed below:

Object Type Path to DefaultFormat
SnapControlOptions
.DocumentSaveOptions.DefaultFormat
See Also