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

ChooseObjectTypePage.AvailableItems Property

Specifies the available data source types.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public IEnumerable<TypeViewInfo> AvailableItems { get; }

Property Value

Type Description
IEnumerable<TypeViewInfo>

A collection of TypeViewInfo objects.

See Also