RangeFilterDefaultValueEventArgs.Range Property
Gets or sets the selected range for the current Range Filter dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Description |
---|---|
RangeFilterSelection | A RangeFilterSelection object that specifies the selected range for the current Range Filter dashboard item. |
Remarks
Use the RangeFilterDefaultValueEventArgs.DashboardItemName property to obtain the component name of the Range Filter for which the event was raised.
See Also