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.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public object UniqueValue { get; }

Property Value

Type Description
Object

The unique value of the dimension.

See Also