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:
ASPx |
Description |
---|---|
ASPx |
Returns the visible range for the specified Range Filter or Date Filter dashboard item. |
ASPx |
Returns the currently selected range in the specified Range Filter or Date Filter dashboard item. |
ASPx |
Selects the required range in the specified Range Filter or Date Filter dashboard item. |
Warning
A use of ASPx
API reduces flexibility when you configure the control. The DashboardASPx
object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the Dashboard
API to configure the Web Dashboard on the client. More information: Client-Side Functionality.
#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. |
#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. |