Skip to main content

ChooseObjectTypePage.AvailableItems Property

Specifies the available data source types.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v24.1.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public IEnumerable<TypeViewInfo> AvailableItems { get; }

Property Value

Type Description
IEnumerable<TypeViewInfo>

A collection of TypeViewInfo objects.

See Also