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

RangeSet Class

A collection of RangeInfo objects providing custom range boundaries and corresponding style settings used to apply conditional formatting to value ranges.

Namespace: DevExpress.DashboardCommon

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

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

Declaration

public class RangeSet :
    NotifyingCollection<RangeInfo>

Remarks

Range conditions (FormatConditionRangeBase descendants) allow you to apply formatting using a predefined set of value ranges and corresponding style settings. You can use a predefined set of colors/icons to apply formatting or use custom ranges and corresponding icons/colors.

To use custom range boundaries and the required style specified for each range, do the following.

See Also