Back to Devexpress

DashboardViewer.GetEntireRange(String) Method

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

latest2.7 KB
Original Source

DashboardViewer.GetEntireRange(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 RangeFilterSelection GetEntireRange(
    string dashboardItemName
)
vb
Public Function GetEntireRange(
    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 visible range in the specified Range Filter or Date Filter dashboard item.

|

Implements

GetEntireRange(String)

See Also

GetCurrentRange(String)

DashboardViewer Class

DashboardViewer Members

DevExpress.DashboardWin Namespace