IExtractParametersPageView.Parameters Property
Gets parameters displayed in the wizard page.
Namespace: DevExpress.DashboardCommon.DataSourceWizard
Assembly: DevExpress.Dashboard.v26.1.Win.dll
Declaration
Property Value
| Type | Description |
|---|---|
| IEnumerable<IParameter> | A collection of objects implementing the IParameter interface. |
See Also