IDashboardControl.GetAvailableFilterValuesAsync(String) Method
In This Article
Gets the data (axis point tuples) that identifies selectable elements in the current state of the master filter item.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
dashboard |
String | A String that is the component name of the master filter item. |
#Returns
Type | Description |
---|---|
Task<IList<Axis |
The task object that is the asynchronous operation to get a list of Axis |
See Also