Skip to main content

MultiQueryConfigureParametersPage.Parameters Property

Provides access to the collection of query parameters available on a wizard page.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public IEnumerable<QueryParameterViewModel> Parameters { get; }

Property Value

Type Description
IEnumerable<QueryParameterViewModel>

A collection of QueryParameterViewModel objects.

See Also