RangeFilterSelection(Object, Object) Constructor
Initializes a new instance of the RangeFilterSelection class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| minimum | Object | A minimum value in the range. |
| maximum | Object | A maximum value in the range. |
See Also