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

MultiQueryConfigurePage.SelectedItem Property

Specifies the selected tree list element.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public virtual MultiQueryItem SelectedItem { get; set; }

Property Value

Type Description
MultiQueryItem

A MultiQueryItem object.

See Also