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

IExtractParametersPageView.Parameters Property

Gets parameters displayed in the wizard page.

Namespace: DevExpress.DashboardCommon.DataSourceWizard

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

Declaration

IEnumerable<IParameter> Parameters { get; }

Property Value

Type Description
IEnumerable<IParameter>

A collection of objects implementing the IParameter interface.

See Also