Skip to main content

IChooseJsonSourcePageView.Json Property

If implemented, specifies the string with JSON content.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

string Json { get; set; }

Property Value

Type Description
String

A string that specifies a JSON data source.

Remarks

This property specifies a JSON data source when the ChooseJsonSourcePageView.ConnectionType property is set to Custom.

See Also