Back to Devexpress

RangeFilterWindowDefinition Class

dashboard-devexpress-dot-dashboardcommon-2520086e.md

latest2.3 KB
Original Source

RangeFilterWindowDefinition Class

A window definition used to perform calculations within the RangeFilterDashboardItem.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

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

Remarks

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

The RangeFilterWindowDefinition class allows you to specify the window for the Range Filter dashboard item.

To learn more, see MeasureCalculation.

Inheritance

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

See Also

RangeFilterWindowDefinition Members

DevExpress.DashboardCommon Namespace