DashboardDesigner.DataSourceWizardSettings Property
This property is for internal use. Use the equivalent property DataSourceWizard instead.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
[Browsable(false)]
public DashboardDataSourceWizardSettings DataSourceWizardSettings { get; }
Property Value
Type | Description |
---|---|
DashboardDataSourceWizardSettings | A DashboardDataSourceWizardSettings object containing settings used to customize the Data Source wizard used to create new data sources in the DashboardDesigner. |
See Also