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

ChooseObjectConstructorPage.AvailableItems Property

Specifies the collection of available data source constructors.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public IEnumerable<ConstructorViewInfo> AvailableItems { get; }

Property Value

Type Description
IEnumerable<ConstructorViewInfo>

A collection of ConstructorViewInfo objects.

See Also