Skip to main content

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

Initializes a parameter’s editor on the wizard page.

Namespace: DevExpress.DashboardWin.DataSourceWizard

Assembly: DevExpress.Dashboard.v24.1.Win.dll

NuGet Package: DevExpress.Win.Dashboard

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