Skip to main content

ChooseObjectAssemblyPage.AvailableItems Property

Specifies the collection of available assemblies.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public IEnumerable<AssemblyViewInfo> AvailableItems { get; }

Property Value

Type Description
IEnumerable<AssemblyViewInfo>

A collection of AssemblyViewInfo objects.

See Also