Skip to main content

ChooseJsonSourcePage.Json Property

Specifies the string with JSON content.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

[BindableProperty(OnPropertyChangedMethodName = "OnChanged")]
public virtual string Json { get; set; }

Property Value

Type Description
String

A string that specifies the JSON data source.

Remarks

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

See Also