Back to Devexpress

IDashboardControl.RangeFilterDefaultValue Event

dashboard-devexpress-dot-dashboardwin-dot-idashboardcontrol-74386d6f.md

latest2.1 KB
Original Source

IDashboardControl.RangeFilterDefaultValue Event

Allows you to specify the default selected range in the Range Filter dashboard item.

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
event RangeFilterDefaultValueEventHandler RangeFilterDefaultValue
vb
Event RangeFilterDefaultValue As RangeFilterDefaultValueEventHandler

Event Data

The RangeFilterDefaultValue event's data class is RangeFilterDefaultValueEventArgs. The following properties provide information specific to this event:

PropertyDescription
ArgumentDateTimeGroupIntervalGets the date-time group interval applied to the Range Filter argument.
ArgumentTypeGets the type of Range Filter’s argument values.
DashboardItemNameGets the component name of the Range Filter for which the event was raised.
RangeGets or sets the selected range for the current Range Filter dashboard item.

See Also

IDashboardControl Interface

IDashboardControl Members

DevExpress.DashboardWin Namespace