A newer version of this page is available.
Switch to the current version.
DashboardDesigner.GetCurrentPredefinedRange(String) Method
Returns the name of the currently selected predefined range.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v18.2.Win.dll
Declaration
public string GetCurrentPredefinedRange(
string dashboardItemName
)
Public Function GetCurrentPredefinedRange(
dashboardItemName As String
) As String
Parameters
Name | Type | Description |
---|---|---|
dashboardItemName | String | A String value that specifies the component name of the Range Filter dashboard item. |
Returns
Type | Description |
---|---|
String | A String value that is the name of the currently selected predefined range. |
Implements
DevExpress.DashboardWin.Native.IClientSideApi.GetCurrentPredefinedRange(String)
See Also
Feedback