Skip to main content
A newer version of this page is available. .

UriJsonSource(Uri) Constructor

Initializes the UriJsonSource class’s instance and sets its Uri property to the passed value.

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public UriJsonSource(
    Uri uri
)

Parameters

Name Type Description
uri Uri

A System.Uri object that points to JSON data.

See Also