Skip to main content

SingleFilterDefaultValueEventArgs.SetFilterValue(DashboardDataRow) Method

Specifies the default filter value.

Namespace: DevExpress.DashboardCommon

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