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 | Dashboard |
A Dashboard |
See Also