Skip to main content

UnderlyingDataTargetValue.Value Property

Gets or sets 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 object Value { get; set; }

#Property Value

Type Description
Object

The dimension value used to obtain the underlying data.

See Also