Skip to main content
All docs
V25.1
  • IDashboardControl.SetRange(String, String) Method

    Selects the specified range in the specified Range Filter or Date Filter dashboard item.

    Namespace: DevExpress.DashboardWin

    Assembly: DevExpress.Dashboard.v25.1.Win.dll

    NuGet Package: DevExpress.Win.Dashboard

    Declaration

    void SetRange(
        string dashboardItemName,
        string dateTimePeriodName
    )

    Parameters

    Name Type Description
    dashboardItemName String

    A String that specifies the component name of the Range Filter or Date Filter dashboard item.

    dateTimePeriodName String

    A String that specifies the name of the predefined range used to perform a selection.

    See Also