Skip to main content

RangeFilterDashboardItem.ClearRange() Method

Clears the selected range in the RangeFilterDashboardItem.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public void ClearRange()

Remarks

The ClearRange method sets the minimum and maximum values to the start and end values of the visible range.

See Also