Skip to main content

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

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

Declaration

public enum JsonConnectionType

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