Skip to main content

DashboardDesigner.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

public 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.

Remarks

Refer to the DashboardViewer.GetAvailableFilterValuesAsync topic for an example of use.

See Also