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

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

Initializes a parameter’s editor on the wizard page.

Namespace: DevExpress.DashboardWin.DataSourceWizard

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

Declaration

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

Parameters

Name Type Description
extractParameters IEnumerable<IParameter>

A collection of objects implementing the IParameter interface.

viewModels List<DevExpress.DashboardCommon.ViewModel.DashboardParameterViewModel>

A collection of DashboardParameterViewModel objects.

See Also