Skip to main content
A newer version of this page is available. .

JsonNode.Type Property

Gets or sets the type of data stored in the data source field that the JsonNode object defines.

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public Type Type { get; set; }

Property Value

Type Description
Type

The type of data to be stored in the data source field that the JsonNode object defines.

Remarks

By default, this property is set to Object.

See Also