IChooseObjectAssemblyPageView.SetData(IEnumerable<AssemblyViewInfo>, Boolean) Method
If implemented, changes the list of available assemblies.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v24.2.dll
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