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

ChooseDataSourceTypePage.DataSourceType Property

Specifies the selected data source type.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public virtual DataSourceType DataSourceType { get; set; }

Property Value

Type Description
DataSourceType

A value that specifies the data source type.

See Also