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

DashboardControl.SetRange(String, String) Method

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

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Dashboard.v20.2.Wpf.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Dashboard, DevExpress.Wpf.Dashboard

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 or Date Filter dashboard item.

dateTimePeriodName String

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

See Also