Skip to main content

RangeFilterState(RangeFilterSelection) Constructor

Initializes a new instance of the RangeFilterState class.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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