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

SingleFilterDefaultValueEventArgs.GetAvailableSelections() Method

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v21.1.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DashboardDataSet GetAvailableSelections()

Returns

Type Description
DashboardDataSet

A DashboardDataSet object that represents a list of records.

See Also