Skip to main content

FilterElementDefaultValuesEventArgs.AvailableFilterValues Property

Gets the available filter values for the current filter element.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

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