FilterElementDefaultValuesEventArgs.FilterValues Property
In This Article
Gets filter values used to apply default filtering.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public IList<DashboardDataRow> FilterValues { get; }
#Property Value
Type | Description |
---|---|
IList<Dashboard |
A list of Dashboard |
#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