RangeFilterDefaultValueEventArgs Class
Provides data for the RangeFilterDefaultValue events.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Remarks
RangeFilterDefaultValue events allow you to specify the default selected range in the Range Filter dashboard item. Use the RangeFilterDefaultValueEventArgs.DashboardItemName property to obtain the component name of the Range Filter for which the event was raised. The RangeFilterDefaultValueEventArgs.Range property allows you to specify the required selected range.
See Also