Skip to main content

IMultiQueryConfigurePageView.Items Property

If implemented, specifies the collection of tree list elements.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

BindingList<MultiQueryItem> Items { get; set; }

Property Value

Type Description
BindingList<MultiQueryItem>

A collection of MultiQueryItem objects.

See Also