FilterElementDefaultValuesEventArgs.AvailableFilterValues Property
Gets the available filter values for the current filter element.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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