Skip to main content

SingleFilterDefaultValueEventArgs.FilterValue Property

Gets the default filter value.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DashboardDataSet FilterValue { get; }

Property Value

Type Description
DashboardDataSet

A DashboardDataSet object that represents the default filter value.

See Also