Skip to main content

UnderlyingDataTargetValue.Value Property

Gets or sets the dimension value used to obtain the underlying data.

Namespace: DevExpress.DashboardWpf

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

NuGet Package: DevExpress.Wpf.Dashboard

Declaration

public object Value { get; set; }

Property Value

Type Description
Object

The dimension value used to obtain the underlying data.

See Also