Skip to main content
A newer version of this page is available. .
All docs
V23.1

DataSourceWizardSettings.JsonWizardSettings Property

Namespace: DevExpress.DataAccess.UI.Wizard

Assembly: DevExpress.DataAccess.v23.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