Back to Devexpress

GridWindowDefinitionMode Enum

dashboard-devexpress-dot-dashboardcommon-c4ff55eb.md

latest2.2 KB
Original Source

GridWindowDefinitionMode Enum

A window definition mode used to specify a window within the GridDashboardItem.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum GridWindowDefinitionMode
vb
Public Enum GridWindowDefinitionMode

Members

NameDescription
Rows

A calculation is performed through Grid rows.

| | SparklineArgument |

A calculation is performed through sparkline argument values.

| | RowsAndSparklineArgument |

A calculation is performed through Grid rows, then sparkline argument values.

| | SparklineArgumentAndRows |

A calculation is performed through sparkline argument values, then Grid rows.

|

The following properties accept/return GridWindowDefinitionMode values:

Remarks

Values listed in this enumeration are used to set the GridWindowDefinition.DefinitionMode property.

See Also

DevExpress.DashboardCommon Namespace