Skip to main content
A newer version of this page is available. .

DashboardViewer.GetAvailableSelections(String) Method

OBSOLETE

The DevExpress.DashboardWin.DashboardViewer.GetAvailableSelections method is now obsolete. Use the DevExpress.DashboardWin.DashboardViewer.GetAvailableDrillDownValues and DevExpress.DashboardWin.DashboardViewer.GetAvailableFilterValues methods instead.

Returns records identifying elements that can be selected in the current state of the master filter item.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v18.2.Win.dll

Declaration

[Obsolete("The DevExpress.DashboardWin.DashboardViewer.GetAvailableSelections method is now obsolete. Use the DevExpress.DashboardWin.DashboardViewer.GetAvailableDrillDownValues and DevExpress.DashboardWin.DashboardViewer.GetAvailableFilterValues methods instead.")]
public DashboardDataSet GetAvailableSelections(
    string dashboardItemName
)

Parameters

Name Type Description
dashboardItemName String

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

Returns

Type Description
DashboardDataSet

A DashboardDataSet object that represents a list of records identifying elements of the master filter item.

See Also