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

ChooseDataSourceTypePageView.DataSourceType Property

Specifies the selected data source type.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

Assembly: DevExpress.DataAccess.v21.1.UI.dll

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

Declaration

public DataSourceType DataSourceType { get; set; }

Property Value

Type Description
DataSourceType

A value that specifies the data source type.

Implements

See Also