CardWindowDefinition.DefinitionMode Property
In This Article
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 |
---|---|---|
Card |
Cards | A Card |
Available values:
Name | Description |
---|---|
Cards | A calculation is performed through cards. |
Sparkline |
A calculation is performed through sparkline argument values. |
Cards |
A calculation is performed through cards, then sparkline argument values. |
Sparkline |
A calculation is performed through sparkline argument values, then cards. |
See Also