JsonNode.Type Property
In This Article
Gets or sets the type of the data source field that the JsonNode defines.
Namespace: DevExpress.DataAccess.Json
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Property Value
Type | Description |
---|---|
Type | The type of the data source field that the Json |
#Remarks
This property is set to Object by default.
See Also