dashboard-devexpress-dot-dashboardcommon-370a5fe9.md
Serves as a base for classes that are used to apply conditional formatting using value ranges.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public abstract class FormatConditionRangeBase :
FormatConditionBase
Public MustInherit Class FormatConditionRangeBase
Inherits FormatConditionBase
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.
Object FormatConditionBase FormatConditionRangeBase FormatConditionRangeGradient
FormatConditionGradientRangeBar
See Also