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

IMultiQueryConfigurePageView.Items Property

If implemented, specifies the collection of tree list elements.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

BindingList<MultiQueryItem> Items { get; set; }

Property Value

Type Description
BindingList<MultiQueryItem>

A collection of MultiQueryItem objects.

See Also