Skip to main content

SpecificWindowDefinition.Dimensions Property

Gets the set of dimensions that fall into the window.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.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