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

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

Initializes a parameter’s editor on the wizard page.

Namespace: DevExpress.DashboardCommon.DataSourceWizard

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

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