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

SnxDocumentSaveOptions Class

Settings which define file formats used when saving and loading the document.

Namespace: DevExpress.Snap.Core.Options

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

Declaration

public class SnxDocumentSaveOptions :
    DocumentSaveOptions

The following members return SnxDocumentSaveOptions objects:

Remarks

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

See Also