GridWindowDefinition.DefinitionMode Property
In This Article
Gets or sets the window definition mode used to perform calculations within the GridDashboardItem.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[DefaultValue(GridWindowDefinitionMode.Rows)]
public GridWindowDefinitionMode DefinitionMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Grid |
Rows | A Grid |
Available values:
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. |
See Also