Back to Devexpress

CardWindowDefinition Class

dashboard-devexpress-dot-dashboardcommon-de82dfbd.md

latest2.2 KB
Original Source

CardWindowDefinition Class

A window definition used to perform calculations within the CardDashboardItem.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

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

Remarks

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

The CardWindowDefinition class allows you to specify the window for the Card dashboard item.

To learn more, see MeasureCalculation.

Inheritance

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

See Also

CardWindowDefinition Members

DevExpress.DashboardCommon Namespace