Skip to main content

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.v23.2.dll

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

Declaration

public UriJsonSource(
    Uri uri
)

Parameters

Name Type Description
uri Uri

A System.Uri object that points to JSON data.

See Also