RangeFilterDefaultValueEventArgs.Range Property
In This Article
Gets or sets the selected range for the current Range Filter dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public RangeFilterSelection Range { get; set; }
#Property Value
Type | Description |
---|---|
Range |
A Range |
#Remarks
Use the RangeFilterDefaultValueEventArgs.DashboardItemName property to obtain the component name of the Range Filter for which the event was raised.
See Also