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

SpecificWindowDefinition.Dimensions Property

Gets the set of dimensions that fall into the window.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DimensionCollection Dimensions { get; }

Property Value

Type Description
DimensionCollection

A DimensionCollection object that is the set of dimensions that fall into the window.

See Also