Skip to main content
A newer version of this page is available. .

RangeFilterWindowDefinition.DefinitionMode Property

Gets or sets the window definition mode used to perform calculations within the RangeFilterDashboardItem.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

[DefaultValue(RangeFilterWindowDefinitionMode.Argument)]
public RangeFilterWindowDefinitionMode DefinitionMode { get; set; }

Property Value

Type Default Description
RangeFilterWindowDefinitionMode **Argument**

A RangeFilterWindowDefinitionMode enumeration value that specifies the window definition mode.

See Also