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

MasterFilterDefaultValuesEventArgs.SetFilterValues(IEnumerable<IList>) Method

Specifies values used to apply default filtering.

Namespace: DevExpress.DashboardCommon

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

Declaration

public void SetFilterValues(
    IEnumerable<IList> values
)

Parameters

Name Type Description
values IEnumerable<IList>

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

See Also