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

RangeSet.HasRanges Property

Gets whether the current range set contains at least one range.

Namespace: DevExpress.DashboardCommon

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

Declaration

[Browsable(false)]
public virtual bool HasRanges { get; }

Property Value

Type Description
Boolean

true, if the current range set contains at least one range; otherwise, false.

See Also