Skip to main content

MultiQueryConfigureParametersPage.SelectedParameter Property

Specifies the currently selected parameter.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual QueryParameterViewModel SelectedParameter { get; set; }

Property Value

Type Description
QueryParameterViewModel

A QueryParameterViewModel object.

See Also