Skip to main content

DashboardDesigner.SetRangeAsync(String, String) Method

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

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public Task SetRangeAsync(
    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.

Returns

Type Description
Task

The task object that is the asynchronous operation to complete.

See Also