Skip to main content

MasterFilterDefaultValuesEventArgs.GetFilterValues() Method

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.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