SingleFilterDefaultValueEventArgs Class
In This Article
OBSOLETE
The Single
Provides data for the SingleFilterDefaultValue events.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[Obsolete("The SingleFilterDefaultValueEventArgs class in now obsolete. Use MasterFilterDefaultValuesEventArgs instead.")]
public class SingleFilterDefaultValueEventArgs :
EventArgs
#Remarks
The SingleFilterDefaultValue event allows you to specify a default filter value for the Single Master Filter.
The e.DashboardItemName
property allows you to obtain the dashboard item name for which the event was raised. Call the e.SetFilterValue
method to specify the required default filter value.
See Also