JsonConnectionType Enum
Enumerates values that specify the type of connection to a JSON data source on the Specify JSON Data Location page of the Data Source Wizard.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Members
Name | Description |
---|---|
Uri
|
A Web Service Endpoint URI. |
File
|
A JSON file. |
Custom
|
A string with JSON content. |
Related API Members
The following properties accept/return JsonConnectionType values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | IChooseJsonSourcePageView.ConnectionType |
WinForms Controls | ChooseJsonSourcePageView.ConnectionType |
WPF Controls | ChooseJsonSourcePage.ConnectionType |
Remarks
The values listed by this enumeration are used to set the IChooseJsonSourcePageView.ConnectionType property.
See Also