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

SingleFilterDefaultValueEventArgs.SetFilterValue(DashboardDataRow) Method

Specifies the default filter value.

Namespace: DevExpress.DashboardCommon

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

Declaration

public void SetFilterValue(
    DashboardDataRow value
)

Parameters

Name Type Description
value DashboardDataRow

A DashboardDataRow object that specifies the default filter value.

See Also