Back to Devexpress

SpecificWindowDefinition Class

dashboard-devexpress-dot-dashboardcommon-a47a0699.md

latest2.2 KB
Original Source

SpecificWindowDefinition Class

A window definition that defines a window by specifying a predefined set of dimensions.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class SpecificWindowDefinition :
    MeasureCalculationWindowDefinition
vb
Public Class SpecificWindowDefinition
    Inherits MeasureCalculationWindowDefinition

Remarks

A window definition is used to apply calculations to measure values. To specify a window, create and initialize the SpecificWindowDefinition class and assign the resulting object to the Measure.WindowDefinition property.

The SpecificWindowDefinition class allows you to specify the set of dimensions (using SpecificWindowDefinition.Dimensions) that fall into the window.

To learn more, see MeasureCalculation.

Inheritance

Object DevExpress.DashboardCommon.Native.ClonableModelBase<MeasureCalculationWindowDefinition> MeasureCalculationWindowDefinition SpecificWindowDefinition

See Also

SpecificWindowDefinition Members

DevExpress.DashboardCommon Namespace