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

DimensionValue.UniqueValue Property

Gets the unique value of the dimension.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public object UniqueValue { get; }

Property Value

Type Description
Object

The unique value of the dimension.

See Also