Skip to main content

IDashboardControl.GetAvailableFilterValuesAsync(String) Method

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.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

Task<IList<AxisPointTuple>> GetAvailableFilterValuesAsync(
    string dashboardItemName
)

Parameters

Name Type Description
dashboardItemName String

A String that is the component name of the master filter item.

Returns

Type Description
Task<IList<AxisPointTuple>>

The task object that is the asynchronous operation to get a list of AxisPointTuple objects.

See Also