Skip to main content
All docs
V25.2
  • DataSourceWizardSettings.JsonWizardSettings Property

    Specifies the settings that customize the JSON Data Source Wizard.

    Namespace: DevExpress.DataAccess.UI.Wizard

    Assembly: DevExpress.DataAccess.v25.2.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public JsonWizardSettings JsonWizardSettings { get; set; }

    Property Value

    Type Description
    JsonWizardSettings

    A JsonWizardSettings object.

    Property Paths

    You can access this nested property as listed below:

    Library Object Type Path to JsonWizardSettings
    Cross-Platform Class Library ChooseConnectionPage<TModel>
    .DataSourceWizardSettings .JsonWizardSettings
    ConnectionPropertiesPage<TModel>
    .DataSourceWizardSettings .JsonWizardSettings
    WPF Controls ReportDesignerBase
    .DataSourceWizardSettings .JsonWizardSettings
    .NET Reporting Tools XRDesignMdiController
    .DataSourceWizardSettings .JsonWizardSettings
    See Also