FilterElementDefaultValuesEventArgs.AvailableFilterValues Property
In This Article
Gets the available filter values for the current filter element.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public DashboardDataSet AvailableFilterValues { get; }
#Property Value
Type | Description |
---|---|
Dashboard |
A Dashboard |
#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