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

ChooseObjectAssemblyPage.AvailableItems Property

Specifies the collection of available assemblies.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public IEnumerable<AssemblyViewInfo> AvailableItems { get; }

Property Value

Type Description
IEnumerable<AssemblyViewInfo>

A collection of AssemblyViewInfo objects.

See Also