DataSourceTypes Enum
Lists values used to specify the data source types available in the Data Source Wizard.
Namespace: DevExpress.Office.Options
Assembly: DevExpress.Office.v19.1.Core.dll
Declaration
Members
Name | Description |
---|---|
Sql
|
Specifies that an SQL database is available for data binding from the Data Source Wizard. |
Excel
|
Specifies that a data source used to extract data from Microsoft® Excel® documents is available for data binding from the Data Source Wizard. |
EntityFramework
|
Specifies that an Entity Framework data source is available for data binding from the Data Source Wizard. |
Object
|
Specifies that an object data source is available for data binding from the Data Source Wizard. |
Json
|
Indicates a JSON data source. |
Federation
|
Indicates a Federated data source. |
All
|
Specifies that all data source types are available for data binding from the Data Source Wizard. |
Related API Members
The following properties accept/return DataSourceTypes values:
Remarks
The values listed by this enumeration are used by the SpreadsheetDataSourceWizardOptions.DataSourceTypes and DataSourceWizardOptions.DataSourceTypes properties.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the DataSourceTypes enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.