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

DashboardDesigner.SetRangeAsync(String, RangeFilterSelection) Method

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

Namespace: DevExpress.DashboardWin

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

Declaration

public Task SetRangeAsync(
    string dashboardItemName,
    RangeFilterSelection range
)

Parameters

Name Type Description
dashboardItemName String

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

range RangeFilterSelection

A RangeFilterSelection object that specifies a range in the Range Filter or Date Filter dashboard item.

Returns

Type Description
Task

The task object that is the asynchronous operation to complete.

See Also