SpecificWindowDefinition.Dimensions Property
In This Article
Gets the set of dimensions that fall into the window.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public DimensionCollection Dimensions { get; }
#Property Value
Type | Description |
---|---|
Dimension |
A Dimension |
See Also