Skip to main content
A newer version of this page is available.
All docs
V19.2

ASPxClientDashboardRangeFilterSelection Class

A range in the Range Filter or Date Filter dashboard item.

Declaration

declare class ASPxClientDashboardRangeFilterSelection

Remarks

Use the ASPxClientDashboardRangeFilterSelection.Minimum and ASPxClientDashboardRangeFilterSelection.Maximum properties to specify the required range.

The table below lists methods that return or accept the ASPxClientDashboardRangeFilterSelection object:

ASPxClientDashboard‘s API Description
ASPxClientDashboard.GetEntireRange Returns the visible range for the specified Range Filter or Date Filter dashboard item.
ASPxClientDashboard.GetCurrentRange Returns the currently selected range in the specified Range Filter or Date Filter dashboard item.
ASPxClientDashboard.SetRange Selects the required range in the specified Range Filter or Date Filter dashboard item.

Properties

Maximum Property

Gets or sets a maximum value in the range of the Range Filter dashboard item.

Declaration

Maximum: any

Property Value

Type Description
any

A maximum value in the range of the Range Filter dashboard item.

See Also

Minimum Property

Gets or sets a minimum value in the range of the Range Filter dashboard item.

Declaration

Minimum: any

Property Value

Type Description
any

A minimum value in the range of the Range Filter dashboard item.

See Also