Skip to main content

SingleFilterDefaultValueEventArgs.SetFilterValue(DashboardDataRow) Method

In This Article

Specifies the default filter value.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public void SetFilterValue(
    DashboardDataRow value
)

#Parameters

Name Type Description
value DashboardDataRow

A DashboardDataRow object that specifies the default filter value.

See Also