dashboard-devexpress-dot-dashboardcommon-0be958f5.md
A window definition mode used to specify a window within the CardDashboardItem.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public enum CardWindowDefinitionMode
Public Enum CardWindowDefinitionMode
| 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.
|
The following properties accept/return CardWindowDefinitionMode values:
Values listed in this enumeration are used to set the CardWindowDefinition.DefinitionMode property.
See Also