Skip to main content

MasterFilterDefaultValuesEventArgs.AvailableFilterValues Property

Gets the list of values that can be used to apply filtering.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DashboardDataSet AvailableFilterValues { get; }

Property Value

Type Description
DashboardDataSet

A DashboardDataSet object that is the list of values available for filtering.

See Also