Back to Devexpress

RangeFilterWindowDefinitionMode Enum

dashboard-devexpress-dot-dashboardcommon-58f835de.md

latest1.7 KB
Original Source

RangeFilterWindowDefinitionMode Enum

A window definition mode used to specify a window within the RangeFilterDashboardItem.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum RangeFilterWindowDefinitionMode
vb
Public Enum RangeFilterWindowDefinitionMode

Members

NameDescription
Argument

A calculation is performed through argument values.

| | Series |

A calculation is performed through series.

| | ArgumentAndSeries |

A calculation is performed through argument values, then series.

| | SeriesAndArgument |

A calculation is performed through series, then argument values

|

The following properties accept/return RangeFilterWindowDefinitionMode values:

Remarks

Values listed in this enumeration are used to set the RangeFilterWindowDefinition.DefinitionMode property.

See Also

DevExpress.DashboardCommon Namespace