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

MasterFilterDefaultValuesEventArgs.GetFilterValues() Method

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

Namespace: DevExpress.DashboardCommon

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