IDashboardControl.RangeFilterDefaultValue Event
Allows you to specify the default selected range in the Range Filter dashboard item.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v25.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
Event Data
The RangeFilterDefaultValue event's data class is RangeFilterDefaultValueEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| ArgumentDateTimeGroupInterval | Gets the date-time group interval applied to the Range Filter argument. |
| ArgumentType | Gets the type of Range Filter’s argument values. |
| DashboardItemName | Gets the component name of the Range Filter for which the event was raised. |
| Range | Gets or sets the selected range for the current Range Filter dashboard item. |
See Also