Back to Devexpress

UnderlyingDataTargetValue Class

dashboard-devexpress-dot-dashboardwin-e4150381.md

latest1.4 KB
Original Source

UnderlyingDataTargetValue Class

Represents the dimension value used to obtain the underlying data.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public class UnderlyingDataTargetValue
vb
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

UnderlyingDataTargetValue Members

DevExpress.DashboardWin Namespace