Skip to main content
A newer version of this page is available. .

DashboardDesigner.SetRange(String, String) Method

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

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v18.2.Win.dll

Declaration

public void SetRange(
    string dashboardItemName,
    string dateTimePeriodName
)

Parameters

Name Type Description
dashboardItemName String

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

dateTimePeriodName String

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

See Also