DashboardDesigner.GetAvailablePredefinedRanges(String) Method
Returns names of the predefined ranges available for the specified Range Filter.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v25.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dashboardItemName | String | A String value that specifies the component name of the Range Filter dashboard item. |
Returns
| Type | Description |
|---|---|
| IList<String> | An array of String values that are names of the available predefined ranges. |
Implements
See Also