Skip to main content

DimensionValue.UniqueValue Property

Gets the unique value of the dimension.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v22.2.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