Skip to main content

IMultiQueryConfigurePageView.Items Property

If implemented, specifies the collection of tree list elements.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v25.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

BindingList<MultiQueryItem> Items { get; set; }

Property Value

Type Description
BindingList<MultiQueryItem>

A collection of MultiQueryItem objects.

See Also