Skip to main content

DataSourceTypes Class

Specifies the data source types available on the Select a data connection type and Select the data source type wizard pages.

Namespace: DevExpress.DataAccess.Wizard.Services

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public class DataSourceTypes :
    HashSet<DataSourceType>

The following members return DataSourceTypes objects:

Remarks

This class is inherited from a System.Collections.Generic.HashSet object listing DataSourceType values.

The DataSourceTypes.All property specifies that all data source types are available in the Data Source Wizard.

A DataSourceTypes object is accepted as a parameter by constructors of the following classes.

Inheritance

See Also