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

SnapControlOptions.DocumentSaveOptions Property

Provides access to the control’s document saving options.

Namespace: DevExpress.Snap

Assembly: DevExpress.Snap.v20.2.dll

NuGet Package: DevExpress.Win.Snap

Declaration

public SnxDocumentSaveOptions DocumentSaveOptions { get; }

Property Value

Type Description
SnxDocumentSaveOptions

A SnxDocumentSaveOptions object that contains document saving related settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to DocumentSaveOptions
SnapControl
.Options .DocumentSaveOptions
See Also