IChooseJsonSourcePageView.Json Property
If implemented, specifies the string with JSON content.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
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