Skip to main content

IExtractParametersPageView.InitParametersEditor(IEnumerable<IParameter>, List<DashboardParameterViewModel>) Method

Initializes a parameter’s editor on the wizard page.

Namespace: DevExpress.DashboardCommon.DataSourceWizard

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

void InitParametersEditor(
    IEnumerable<IParameter> parameters,
    List<DashboardParameterViewModel> viewModels
)

Parameters

Name Type Description
parameters IEnumerable<IParameter>

A collection of objects implementing the IParameter interface.

viewModels List<DevExpress.DashboardCommon.ViewModel.DashboardParameterViewModel>

A collection of DashboardParameterViewModel objects.

See Also