CardWindowDefinitionMode Enum
In This Article
A window definition mode used to specify a window within the CardDashboardItem.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Members
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. |
#Related API Members
The following properties accept/return CardWindowDefinitionMode values:
#Remarks
Values listed in this enumeration are used to set the CardWindowDefinition.DefinitionMode property.
See Also