Back to Devexpress

DashboardViewer.GetEntireRangeAsync(String) Method

dashboard-devexpress-dot-dashboardwin-dot-dashboardviewer-dot-getentirerangeasync-x28-system-dot-string-x29.md

latest2.5 KB
Original Source

DashboardViewer.GetEntireRangeAsync(String) Method

Returns the visible range for the specified Range Filter or Date Filter dashboard item.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public Task<RangeFilterSelection> GetEntireRangeAsync(
    string dashboardItemName
)
vb
Public Function GetEntireRangeAsync(
    dashboardItemName As String
) As Task(Of RangeFilterSelection)

Parameters

NameTypeDescription
dashboardItemNameString

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

|

Returns

TypeDescription
Task<RangeFilterSelection>

The task object that is the asynchronous operation to return a RangeFilterSelection object.

|

Implements

GetEntireRangeAsync(String)

See Also

Asynchronous Mode

DashboardViewer Class

DashboardViewer Members

DevExpress.DashboardWin Namespace