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

SingleFilterDefaultValueEventArgs.SetFilterValue(IList) Method

Specifies the default filter value.

Namespace: DevExpress.DashboardCommon

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

Declaration

public void SetFilterValue(
    IList value
)

Parameters

Name Type Description
value IList

A list of objects that specify the default filter value.

See Also