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

ChooseDataSourceTypePage.DataSourceTypes Property

Returns the collection of data source types displayed on the wizard page.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public virtual IEnumerable<DataSourceType> DataSourceTypes { get; }

Property Value

Type Description
IEnumerable<DataSourceType>

A collection of DataSourceType objects.

See Also