Skip to main content
A newer version of this page is available. .

MasterFilterDefaultValuesEventArgs.AvailableFilterValues Property

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

Namespace: DevExpress.DashboardCommon

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

Declaration

public DashboardDataSet AvailableFilterValues { get; }

Property Value

Type Description
DashboardDataSet

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

See Also