Skip to main content

ChooseJsonSourcePageView.Json Property

Specifies the string with JSON content.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

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

NuGet Package: DevExpress.DataAccess.UI

Declaration

public 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