Skip to main content

ExtractParametersPageView.Parameters Property

Gets parameters displayed in the wizard page.

Namespace: DevExpress.DashboardWin.DataSourceWizard

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public IEnumerable<IParameter> Parameters { get; }

Property Value

Type Description
IEnumerable<IParameter>

A collection of objects implementing the IParameter interface.

Implements

See Also