Skip to main content

DeltaMap.DeltaName Property

Gets or sets a display name for delta values.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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