ChooseObjectAssemblyPageView.SetData(IEnumerable<AssemblyViewInfo>, Boolean) Method
Changes the list of available assemblies.
Namespace: DevExpress.DataAccess.UI.Wizard.Views
Assembly: DevExpress.DataAccess.v25.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
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