Skip to main content

UnderlyingDataTargetValue.DimensionID Property

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

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public string DimensionID { get; set; }

Property Value

Type Description
String

A String that specifies the dimension identifier used to obtain the underlying data.

See Also