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