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