FormatConditionValueType Enum
Enumerates how cutoff/minimum/maximum values are regarded and whether they are calculated automatically.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Members
Name | Description |
---|---|
Number
|
Cell values are compared with zero. |
Percent
|
Cell values are compared with each other. The minimum cell value is treated as 0%, the maximum value is 100%. |
Automatic
|
A cuttoff/minimum/maximum value is calculated automatically.
|
Related API Members
The following properties accept/return FormatConditionValueType values:
Remarks
The values listed by this enumeration are used to set the FormatConditionRuleTopBottom.RankType, FormatConditionRuleMinMaxBase.MaximumType, FormatConditionRuleMinMaxBase.MinimumType, FormatConditionRule3ColorScale.MiddleType and FormatConditionIconSet.ValueType properties.