Skip to main content

MultiQueryConfigurePage.Items Property

Specifies the collection of tree list elements.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual ObservableCollection<MultiQueryItem> Items { get; set; }

Property Value

Type Description
ObservableCollection<MultiQueryItem>

A collection of MultiQueryItem objects.

See Also