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.v18.2.Core.dll

Declaration

public DashboardDataSet FilterValue { get; }

Property Value

Type Description
DashboardDataSet

A DashboardDataSet object that represents the default filter value.

See Also