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

    Namespace: DevExpress.DataAccess.UI.Wizard

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public JsonWizardSettings JsonWizardSettings { get; set; }

    Property Value

    Type
    DevExpress.DataAccess.UI.Wizard.JsonWizardSettings

    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