Skip to main content
All docs
V18.2

ASPxClientDashboardViewer.SetPredefinedRange(String, String) Method

Selects a predefined range in the Range Filter dashboard item.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public void SetPredefinedRange(
    string itemName,
    string dateTimePeriodName
)

Parameters

Name Type Description
itemName String

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

dateTimePeriodName String

A String value that specifies the predefined range name.

See Also