Back to Devexpress

DashboardControl.GetCurrentRange(String) Method

dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrol-dot-getcurrentrange-x28-system-dot-string-x29.md

latest1.7 KB
Original Source

DashboardControl.GetCurrentRange(String) Method

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

Namespace : DevExpress.DashboardWpf

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

NuGet Package : DevExpress.Wpf.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.

|

See Also

DashboardControl Class

DashboardControl Members

DevExpress.DashboardWpf Namespace