Back to Devexpress

RangeInfo Class

dashboard-devexpress-dot-dashboardcommon-d7fa06bb.md

latest2.4 KB
Original Source

RangeInfo Class

Provides custom range boundaries and corresponding style settings used to apply conditional formatting to value ranges.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public sealed class RangeInfo
vb
Public NotInheritable Class 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.

Inheritance

Object RangeInfo

See Also

RangeInfo Members

DevExpress.DashboardCommon Namespace