RangeFilterDashboardItem.ActualMaxValue Property
OBSOLETE
The ActualMaxValue property is now obsolete
Gets the maximum value of the selected range in the RangeFilterDashboardItem.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
[Browsable(false)]
[Obsolete("The ActualMaxValue property is now obsolete")]
public object ActualMaxValue { get; }
Property Value
Type | Description |
---|---|
Object | The maximum value of the selected range in the RangeFilterDashboardItem. |
See Also