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.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
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