Back to Devexpress

DataSourceWizardSettings.JsonWizardSettings Property

windowsforms-devexpress-dot-dataaccess-dot-ui-dot-wizard-dot-datasourcewizardsettings-1693e85a.md

latest2.5 KB
Original Source

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

csharp
public JsonWizardSettings JsonWizardSettings { get; set; }
vb
Public Property JsonWizardSettings As JsonWizardSettings

Property Value

TypeDescription
JsonWizardSettings

A JsonWizardSettings object.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to JsonWizardSettings
Cross-Platform Class LibraryChooseConnectionPage<TModel>

.DataSourceWizardSettings .JsonWizardSettings

| | ConnectionPropertiesPage<TModel> |

.DataSourceWizardSettings .JsonWizardSettings

| | WPF Controls | ReportDesignerBase |

.DataSourceWizardSettings .JsonWizardSettings

| | .NET Reporting Tools | XRDesignMdiController |

.DataSourceWizardSettings .JsonWizardSettings

|

See Also

DataSourceWizardSettings Class

DataSourceWizardSettings Members

DevExpress.DataAccess.UI.Wizard Namespace