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

IChooseDataSourceTypePageView.DataSourceType Property

If implemented, specifies the selected data source type.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v21.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

Declaration

DataSourceType DataSourceType { get; set; }

Property Value

Type Description
DataSourceType

A value that specifies the data source type.

See Also