Skip to main content

RangeSet.HasRanges Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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