GridWindowDefinitionMode Enum
In This Article
A window definition mode used to specify a window within the GridDashboardItem.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Members
Name | Description |
---|---|
Rows
|
A calculation is performed through Grid rows. |
Sparkline
|
A calculation is performed through sparkline argument values. |
Rows
|
A calculation is performed through Grid rows, then sparkline argument values. |
Sparkline
|
A calculation is performed through sparkline argument values, then Grid rows. |
#Related API Members
The following properties accept/return GridWindowDefinitionMode values:
#Remarks
Values listed in this enumeration are used to set the GridWindowDefinition.DefinitionMode property.
See Also