Skip to main content

UnderlyingDataTargetValue Class

Represents the dimension value used to obtain the underlying data.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v24.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

#Declaration

public class UnderlyingDataTargetValue

#Remarks

Use the UnderlyingDataTargetValue.DimensionID and UnderlyingDataTargetValue.Value properties to specify the dimension identifier and value, respectively.

For example, you can pass the list of UnderlyingDataTargetValue objects when calling the DashboardViewer.GetUnderlyingData method.

#Inheritance

Object
UnderlyingDataTargetValue
See Also