Skip to main content
All docs
V18.2

ASPxClientDashboard.GetEntireRange(String) Method

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

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public ASPxClientDashboardRangeFilterSelection GetEntireRange(
    string itemName
)

Parameters

Name Type Description
itemName String

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

Returns

Type Description
ASPxClientDashboardRangeFilterSelection

A ASPxClientDashboardRangeFilterSelection object that is the visible range.

Remarks

Use the GetEntireRange method after the Range Filter has loaded data. When the Range Filter has no data to display, the GetEntireRange method returns null.

See Also