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

FilterElementDefaultValuesEventArgs.FilterValues Property

Gets filter values used to apply default filtering.

Namespace: DevExpress.DashboardCommon

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

Declaration

public IList<DashboardDataRow> FilterValues { get; }

Property Value

Type Description
IList<DashboardDataRow>

A list of DashboardDataRow objects that are filter values used to apply default filtering.

Remarks

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

See Also