Back to Devexpress

DataSourceTypes Enum

officefileapi-devexpress-dot-office-dot-options.md

latest1.8 KB
Original Source

DataSourceTypes Enum

Lists values used to specify the data source types available in the Data Source Wizard.

Namespace : DevExpress.Office.Options

Assembly : DevExpress.Office.v25.2.Core.dll

NuGet Package : DevExpress.Office.Core

Declaration

csharp
[Flags]
public enum DataSourceTypes
vb
<Flags>
Public Enum DataSourceTypes

Members

NameDescription
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.

| | MongoDB |

Indicates a MongoDB data source.

| | All |

Specifies that all data source types are available for data binding from the Data Source Wizard.

|

The following properties accept/return DataSourceTypes values:

See Also

DevExpress.Office.Options Namespace