Skip to main content
A newer version of this page is available. .

ChooseObjectAssemblyPageView.SetData(IEnumerable<AssemblyViewInfo>, Boolean) Method

Changes the list of available assemblies.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

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

Declaration

public void SetData(
    IEnumerable<AssemblyViewInfo> items,
    bool showAll
)

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