Skip to main content

RangeFilterDashboardItem.EndValue Property

OBSOLETE

The EndValue property is now obsolete

Gets the end value of the visible range in the RangeFilterDashboardItem.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[Browsable(false)]
[Obsolete("The EndValue property is now obsolete")]
public object EndValue { get; }

Property Value

Type Description
Object

The end value of the visible range in the RangeFilterDashboardItem.

See Also