Skip to main content
All docs
V25.1
  • 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.

    Warning

    A use of ASPxClientDashboard API reduces flexibility when you configure the control. The DashboardControl underlies the ASPxClientDashboard object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the DashboardControl 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.

    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