Skip to main content
All docs
V18.2

MasterFilterDefaultValuesWebEventArgs.AvailableFilterValues Property

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

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v18.2.Web.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