DashboardDesigner.SingleFilterDefaultValue Event
In This Article
OBSOLETE
The Single
Use MasterFilterDefaultValues instead.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.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 |
---|---|
Dashboard |
Gets the name of the dashboard item for which the Single |
Filter |
Gets the default filter value. |
The event data class exposes the following methods:
Method | Description |
---|---|
Get |
Returns records identifying elements that can be selected in the current state of the master filter item. |
Set |
Specifies the default filter value. |
Set |
Specifies the default filter value. |
See Also