Skip to main content

CardWindowDefinition.DefinitionMode Property

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

Namespace: DevExpress.DashboardCommon

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

#Declaration

[DefaultValue(CardWindowDefinitionMode.Cards)]
public CardWindowDefinitionMode DefinitionMode { get; set; }

#Property Value

Type Default Description
CardWindowDefinitionMode Cards

A CardWindowDefinitionMode enumeration value that specifies the window definition mode.

Available values:

Name Description
Cards

A calculation is performed through cards.

SparklineArgument

A calculation is performed through sparkline argument values.

CardsAndSparklineArgument

A calculation is performed through cards, then sparkline argument values.

SparklineArgumentAndCards

A calculation is performed through sparkline argument values, then cards.

See Also