Skip to main content

MultiQueryConfigurePage.SelectedItem Property

Specifies the selected tree list element.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual MultiQueryItem SelectedItem { get; set; }

Property Value

Type Description
MultiQueryItem

A MultiQueryItem object.

See Also