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

RangeFilterState(RangeFilterSelection) Constructor

Initializes a new instance of the RangeFilterState class.

Namespace: DevExpress.DashboardCommon

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

Declaration

public RangeFilterState(
    RangeFilterSelection selection
)

Parameters

Name Type Description
selection RangeFilterSelection

A RangeFilterSelection object that specifies the selected range in the Range Filter dashboard item.

See Also