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.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
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