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

SingleFilterDefaultValueEventArgs.FilterValue Property

Gets the default filter value.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public DashboardDataSet FilterValue { get; }

Property Value

Type Description
DashboardDataSet

A DashboardDataSet object that represents the default filter value.

See Also