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

RangeFilterDashboardItem.StartValue Property

OBSOLETE

The StartValue property is now obsolete

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

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

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

Property Value

Type Description
Object

The start value of the visible range in the RangeFilterDashboardItem.

See Also