Skip to main content

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.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public Type Type { get; set; }

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