A newer version of this page is available.
Switch to the current version.
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; }
Public Property Items As BindingList(Of MultiQueryItem)
Property Value
Type | Description |
---|---|
BindingList<MultiQueryItem> | A collection of MultiQueryItem objects. |
Implements
See Also
Feedback