ExtractParametersPageView.InitParametersEditor(IEnumerable<IParameter>, List<DashboardParameterViewModel>) Method
In This Article
Initializes a parameter’s editor on the wizard page.
Namespace: DevExpress.DashboardWin.DataSourceWizard
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
public void InitParametersEditor(
IEnumerable<IParameter> extractParameters,
List<DashboardParameterViewModel> viewModels
)
#Parameters
Name | Type | Description |
---|---|---|
extract |
IEnumerable<IParameter> | A collection of objects implementing the IParameter interface. |
view |
List<DevExpress. |
A collection of Dashboard |
See Also