Skip to main content
All docs
V25.2
  • MongoDBWizardSettings.MongoDBCredentialsSavingBehavior Property

    Specifies whether to serialize data source credentials along with document layouts (for example, a report or dashboards). Optionally, you can enable your end users to select the required behavior.

    Namespace: DevExpress.DataAccess.UI.Wizard

    Assembly: DevExpress.DataAccess.v25.2.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    [DefaultValue(MongoDBSensitiveInfoSavingBehavior.Never)]
    public MongoDBSensitiveInfoSavingBehavior MongoDBCredentialsSavingBehavior { get; set; }

    Property Value

    Type Default Description
    DevExpress.DataAccess.Wizard.MongoDBSensitiveInfoSavingBehavior Never

    A MongoDBSensitiveInfoSavingBehavior enumeration value.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to MongoDBCredentialsSavingBehavior
    DataSourceWizardSettings
    .MongoDBWizardSettings .MongoDBCredentialsSavingBehavior
    See Also