IChooseObjectAssemblyPageView.SetData(IEnumerable<AssemblyViewInfo>, Boolean) Method
If implemented, changes the list of available assemblies.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | IEnumerable<AssemblyViewInfo> | A collection of AssemblyViewInfo objects containing settings of assemblies. |
showAll | Boolean | The state of the Show only highlighted assemblies check box. |
See Also