Skip to main content

IChooseJsonSourcePageView.Uri Property

If implemented, specifies the path to a JSON data source.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

string Uri { get; set; }

Property Value

Type Description
String

The path to an JSON data source.

Remarks

This property can be specified when the ChooseJsonSourcePageView.ConnectionType property is set to Uri.

See Also