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

NuGet Package: DevExpress.DataAccess

#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