Skip to main content

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

Changes the list of available assemblies.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

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

NuGet Package: DevExpress.DataAccess.UI

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