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

JsonNode.Type Property

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

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.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