Skip to main content

MasterFilterDefaultValuesEventArgs.GetFilterValues() Method

In This Article

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public IEnumerable<IList> GetFilterValues()

#Returns

Type Description
IEnumerable<IList>

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

See Also