Skip to main content

ChooseJsonSourcePageView.ConnectionType Property

Specifies the type of the connection to a JSON data source.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

public JsonConnectionType ConnectionType { get; set; }

Property Value

Type Description
JsonConnectionType

A JsonConnectionType enumeration value that specifies the type of the connection to a JSON data source.

Available values:

Name Description
Uri

A Web Service Endpoint URI.

File

A JSON file.

Custom

A string with JSON content.

See Also