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

    Gets or sets the file format into which the document is saved or from which it is loaded.

    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 CurrentFormat { get; set; }

    Property Value

    Type Description
    DocumentFormat

    A DocumentFormat member representing the current file format.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to CurrentFormat
    SnapControlOptions
    .DocumentSaveOptions .CurrentFormat
    See Also