Skip to main content
All docs
V18.2

MasterFilterDefaultValuesWebEventArgs.GetFilterValues() Method

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

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v18.2.Web.dll

Declaration

public IEnumerable<IList> GetFilterValues()

Returns

Type Description
IEnumerable<IList>

A collection of values that can be used to apply default filtering.

See Also