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

CardWindowDefinitionMode Enum

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

Namespace: DevExpress.DashboardCommon

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

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

Declaration

public enum CardWindowDefinitionMode

Members

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.

Remarks

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

See Also