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

RangeFilterSelection(Object, Object) Constructor

Initializes a new instance of the RangeFilterSelection class.

Namespace: DevExpress.DashboardCommon

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

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