ChooseJsonSourcePageView.Json Property
Specifies the string with JSON content.
Namespace: DevExpress.DataAccess.UI.Wizard.Views
Assembly: DevExpress.DataAccess.v24.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
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