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

FormatConditionRangeBase Class

Serves as a base for classes that are used to apply conditional formatting using value ranges.

Namespace: DevExpress.DashboardCommon

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

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

Declaration

public abstract class FormatConditionRangeBase :
    FormatConditionBase

Remarks

Range conditions 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.

The FormatConditionRangeBase class exposes the FormatConditionRangeBase.ValueType property that specifies whether an absolute or percent scale is used to specify range boundaries. The FormatConditionRangeBase.RangeSet property allows you to manually specify the set of ranges with specified boundaries and style settings.

See Also