Skip to main content
A newer version of this page is available. .

GridWindowDefinitionMode Enum

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

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public enum GridWindowDefinitionMode

Members

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.

Remarks

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

See Also