Skip to main content

ChooseObjectConstructorPage.AvailableItems Property

Specifies the collection of available data source constructors.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public IEnumerable<ConstructorViewInfo> AvailableItems { get; }

Property Value

Type Description
IEnumerable<ConstructorViewInfo>

A collection of ConstructorViewInfo objects.

See Also