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

MultiQueryConfigurePageView.Items Property

Specifies the collection of tree list elements.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

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

Declaration

public BindingList<MultiQueryItem> Items { get; set; }

Property Value

Type Description
BindingList<MultiQueryItem>

A collection of MultiQueryItem objects.

Implements

See Also