DashboardDesigner.DataSourceWizardCustomization Property
In This Article
Provides the capability to customize the Data Source wizard used to create new data sources.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
[Browsable(false)]
public IDashboardDataSourceWizardCustomization DataSourceWizardCustomization { get; set; }
#Property Value
Type | Description |
---|---|
DevExpress. |
An object implementing the IDashboard |
#Remarks
With v17.1, the recommended approach to customize the Data Source Wizard pages is using the DashboardDesigner.DataSourceWizardCustomizationService property that accepts an object implementing the IDataSourceWizardCustomizationService.
See Also