Skip to main content

DashboardDesigner.SingleFilterDefaultValue Event

OBSOLETE

The SingleFilterDefaultValue event is now obsolete. Use MasterFilterDefaultValues instead.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

[Browsable(false)]
[Obsolete("The SingleFilterDefaultValue event is now obsolete. Use MasterFilterDefaultValues instead.")]
public event SingleFilterDefaultValueEventHandler SingleFilterDefaultValue

Event Data

The SingleFilterDefaultValue event's data class is SingleFilterDefaultValueEventArgs. The following properties provide information specific to this event:

Property Description
DashboardItemName Gets the name of the dashboard item for which the SingleFilterDefaultValue event was raised.
FilterValue Gets the default filter value.

The event data class exposes the following methods:

Method Description
GetAvailableSelections() Returns records identifying elements that can be selected in the current state of the master filter item.
SetFilterValue(DashboardDataRow) Specifies the default filter value.
SetFilterValue(IList) Specifies the default filter value.
See Also