FilterElementDefaultValuesEventArgs.FilterValues Property
Gets filter values used to apply default filtering.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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