Skip to main content

RangeFilterDefaultValueEventArgs.Range Property

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
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