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.v18.2.UI.dll

Declaration

public DataSourceType DataSourceType { get; set; }

Property Value

Type Description
DataSourceType

A value that specifies the data source type.

Implements

See Also