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

SnxDocumentSaveOptions() Constructor

Initializes a new instance of the SnxDocumentSaveOptions class with the default settings.

Namespace: DevExpress.Snap.Core.Options

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

public SnxDocumentSaveOptions()

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

The SnxDocumentSaveOptions instance is available via the SnapControlOptions.DocumentSaveOptions property.

See Also