RangeFilterDefaultValueEventArgs Class
Provides data for the RangeFilterDefaultValue events.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v21.2.Core.dll
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.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the RangeFilterDefaultValueEventArgs class.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.