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.v20.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.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