Skip to main content

JsonNode.DisplayName Property

Gets or sets the display 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 DisplayName { get; set; }

Property Value

Type Description
String

The display name of the data source field that the JsonNode object defines.

Remarks

If left blank, the Name property value is used.

See Also