Returns names of the predefined ranges available for the specified Range Filter.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v18.2.Win.dll
public IList<string> GetAvailablePredefinedRanges(
string dashboardItemName
)
Public Function GetAvailablePredefinedRanges(
dashboardItemName As String
) As IList(Of String)
Type | Name | Description |
---|---|---|
String | dashboardItemName | A String value that specifies the component name of the Range Filter dashboard item. |
Type | Description |
---|---|
IList<String> | An array of String values that are names of the available predefined ranges. |