Skip to main content
A newer version of this page is available. .

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.v19.1.Core.dll

Declaration

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

Property Value

Type Description
Object

The end value of the visible range in the RangeFilterDashboardItem.

See Also