Skip to main content
A newer version of this page is available. .

DashboardControl.SetRange(String, RangeFilterSelection) Method

Selects the required range in the specified Range Filter dashboard item.

Namespace: DevExpress.DashboardWpf

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

Declaration

public void SetRange(
    string dashboardItemName,
    RangeFilterSelection range
)

Parameters

Name Type Description
dashboardItemName String

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

range RangeFilterSelection

A RangeFilterSelection object that specifies a range in the Range Filter dashboard item.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the SetRange(String, RangeFilterSelection) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also