Back to Devexpress

JsonConnectionType Enum

corelibraries-devexpress-dot-dataaccess-dot-wizard-dot-views-a86c10b8.md

latest2.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public enum JsonConnectionType
vb
Public Enum JsonConnectionType

Members

NameDescription
Uri

A Web Service Endpoint URI.

| | File |

A JSON file.

| | Custom |

A string with JSON content.

|

The following properties accept/return JsonConnectionType values:

LibraryRelated API Members
Cross-Platform Class LibraryIChooseJsonSourcePageView.ConnectionType
WinForms ControlsChooseJsonSourcePageView.ConnectionType
WPF ControlsChooseJsonSourcePage.ConnectionType

Remarks

The values listed by this enumeration are used to set the IChooseJsonSourcePageView.ConnectionType property.

See Also

DevExpress.DataAccess.Wizard.Views Namespace