DashboardViewer.GetAvailableSelections(String) Method
In This Article
OBSOLETE
The DevExpress.
Returns records identifying elements that can be selected 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
[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 |
---|---|---|
dashboard |
String | A String that is the component name of the master filter item. |
#Returns
Type | Description |
---|---|
Dashboard |
A Dashboard |
See Also