Skip to main content
All docs
V21.2

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.v21.2.Core.dll

NuGet Package: DevExpress.Snap.Core

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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