Back to Devexpress

DashboardControl.GetEntireRange(String) Method

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

latest1.8 KB
Original Source

DashboardControl.GetEntireRange(String) Method

Returns the visible 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 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.

|

See Also

GetCurrentRange(String)

DashboardControl Class

DashboardControl Members

DevExpress.DashboardWpf Namespace