IChooseJsonSourcePageView.ConnectionType Property
If implemented, specifies the type of the connection to a JSON data source.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
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