Back to Devexpress

GridWindowDefinition Class

dashboard-devexpress-dot-dashboardcommon-50f13295.md

latest2.2 KB
Original Source

GridWindowDefinition Class

A window definition used to perform calculations within the GridDashboardItem.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

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

Remarks

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

The GridWindowDefinition class allows you to specify the window for the Grid dashboard item.

To learn more, see MeasureCalculation.

Inheritance

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

See Also

GridWindowDefinition Members

DevExpress.DashboardCommon Namespace