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

NuGet Package: DevExpress.DataAccess

#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