Back to Devexpress

DashboardViewer.GetCurrentRange(String) Method

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

latest2.7 KB
Original Source

DashboardViewer.GetCurrentRange(String) Method

Returns the selected 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 RangeFilterSelection GetCurrentRange(
    string dashboardItemName
)
vb
Public Function GetCurrentRange(
    dashboardItemName As String
) As RangeFilterSelection

Parameters

NameTypeDescription
dashboardItemNameString

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

|

Returns

TypeDescription
RangeFilterSelection

A RangeFilterSelection object that is the selected range in the specified Range Filter or Date Filter dashboard item.

|

Implements

GetCurrentRange(String)

See Also

GetEntireRange(String)

DashboardViewer Class

DashboardViewer Members

DevExpress.DashboardWin Namespace