CustomJsonSource(String) Constructor
Initializes the CustomJsonSource class’s instance and sets its Json property to the passed value.
Namespace: DevExpress.DataAccess.Json
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
json | String | JSON object with data. |
See Also