Skip to main content

ChooseJsonSourcePageView.Uri Property

Specifies the path 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 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