DimensionCollection Class
In This Article
A collection of Dimension objects.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Related API Members
The following members return DimensionCollection objects:
#Remarks
The DimensionCollection
holds the collection of dimensions. Data-aware dashboard items expose the following properties to access this collection.
Dashboard Item | Properties that provide access to Dimension |
---|---|
Moreover, a collection of dimensions is exposed by the SpecificWindowDefinition.Dimensions property that is used in window calculations.
See Also