Skip to main content

MultiQueryConfigurePageView.Items Property

Specifies the collection of tree list elements.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

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

NuGet Package: DevExpress.DataAccess.UI

Declaration

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

Property Value

Type Description
BindingList<MultiQueryItem>

A collection of MultiQueryItem objects.

See Also