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

MeasureDefinition.Definitions Property

Gets a list of measure and dimension definitions.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

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

Declaration

public Dictionary<string, DataItemDefinition> Definitions { get; }

Property Value

Type Description
Dictionary<String, DataItemDefinition>

A collection of dimension or measure definitions.

See Also