Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • SnapControlOptions.DocumentSaveOptions Property

    Provides access to the control’s document saving options.

    Namespace: DevExpress.Snap

    Assembly: DevExpress.Snap.v21.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