Back to Devexpress

DashboardViewer.SetRangeAsync Method

dashboard-devexpress-dot-dashboardwin-dot-dashboardviewer-dot-setrangeasync.md

latest2.4 KB
Original Source

DashboardViewer.SetRangeAsync Method

NameParametersDescription
SetRangeAsync(String, RangeFilterSelection, CancellationToken)dashboardItemName, range, tokenSelects the specified range in the specified Range Filter or Date Filter dashboard item asynchronously.
SetRangeAsync(String, RangeFilterSelection)dashboardItemName, rangeSelects the specified range in the specified Range Filter or Date Filter dashboard item asynchronously.
SetRangeAsync(String, String, CancellationToken)dashboardItemName, dateTimePeriodName, tokenSelects the required range in the specified Range Filter or Date Filter dashboard item asynchronously.
SetRangeAsync(String, String)dashboardItemName, dateTimePeriodNameSelects the required range in the specified Range Filter or Date Filter dashboard item asynchronously.