Skip to main content

RangeFilterSelection(Object, Object) Constructor

Initializes a new instance of the RangeFilterSelection class.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public RangeFilterSelection(
    object minimum,
    object maximum
)

Parameters

Name Type Description
minimum Object

A minimum value in the range.

maximum Object

A maximum value in the range.

See Also