Skip to main content
A newer version of this page is available. .

IDataSourceWizardConnectionStringsStorage Interface

When implemented by a class, represents a storage of data connections used in the Dashboard Data Source Wizard.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v19.2.Web.dll

Declaration

public interface IDataSourceWizardConnectionStringsStorage :
    IDataSourceWizardConnectionStringsProvider

Remarks

See the Web Dashboard - How to create new JSON data sources at runtime example for details about IDataSourceWizardConnectionStringsStorage implementation.

See Also