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

FilterElementDefaultValuesEventArgs.AvailableFilterValues Property

Gets the available filter values for the current filter element.

Namespace: DevExpress.DashboardCommon

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

Declaration

public DashboardDataSet AvailableFilterValues { get; }

Property Value

Type Description
DashboardDataSet

A DashboardDataSet object that is a list of records identifying available filter values.

Remarks

Use the AvailableFilterValues property to obtain the available filter values and add the required filter values to the FilterElementDefaultValuesEventArgs.FilterValues collection to apply filtering by these values.

See Also