Skip to main content

GridWindowDefinition.DefinitionMode Property

Gets or sets the window definition mode used to perform calculations within the GridDashboardItem.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

[DefaultValue(GridWindowDefinitionMode.Rows)]
public GridWindowDefinitionMode DefinitionMode { get; set; }

#Property Value

Type Default Description
GridWindowDefinitionMode Rows

A GridWindowDefinitionMode enumeration value that specifies the window definition mode.

Available values:

Name Description
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.

See Also