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

MultiQueryConfigureParametersPage.QueriesToPreview Property

Specifies a collection of queries available to preview.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public virtual IEnumerable<string> QueriesToPreview { get; protected set; }

Property Value

Type Description
IEnumerable<String>

A collection of String values that specify query names.

See Also