DashboardControl.GetAvailablePredefinedRanges(String) Method
In This Article
Returns names of the predefined ranges available for the specified Range Filter.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.2.Wpf.dll
NuGet Package: DevExpress.Wpf.Dashboard
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
dashboard |
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. |
See Also