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

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.v19.1.dll

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