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

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