DashboardViewer.SetRangeAsync(String, RangeFilterSelection, CancellationToken) Method
In This Article
Selects the specified range in the specified Range Filter or Date Filter dashboard item asynchronously.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
public Task SetRangeAsync(
string dashboardItemName,
RangeFilterSelection range,
CancellationToken token
)
#Parameters
Name | Type | Description |
---|---|---|
dashboard |
String | A String that specifies the component name of the Range Filter or Date Filter dashboard item. |
range | Range |
A Range |
token | Cancellation |
Propagates notification that operations should be canceled. |
#Returns
Type | Description |
---|---|
Task | The task object that is the asynchronous operation to complete. |
See Also