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

RangeFilterDashboardItem.ActualMinValue Property

OBSOLETE

The ActualMinValue property is now obsolete

Gets the minimum value of the selected range in the RangeFilterDashboardItem.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

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

Property Value

Type Description
Object

The minimum value of the selected range in the RangeFilterDashboardItem.

See Also