Skip to main content
A newer version of this page is available. .

UnderlyingDataTargetValue.DimensionID Property

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

Namespace: DevExpress.DashboardWin

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

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