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

DashboardItemState.RangeFilterState Property

Gets or sets the state of the Range Filter dashboard item.

Namespace: DevExpress.DashboardCommon

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

Declaration

public RangeFilterState RangeFilterState { get; set; }

Property Value

Type Description
RangeFilterState

A RangeFilterState object that specifies the state of the Range Filter dashboard item.

See Also