Skip to main content

JsonNode.Name Property

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

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public string Name { get; set; }

Property Value

Type Description
String

The data source field name that the JsonSchemaNode object defines.

See Also