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

DeltaMap.DeltaName Property

Gets or sets a display name for delta values.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.2.Core.dll

Declaration

[DefaultValue(null)]
public string DeltaName { get; set; }

Property Value

Type Default Description
String *null*

A String that specifies the display name for delta values.

See Also